C# Async Multiple Web Requests to DataTable – Work appears to stop for unknown reasons – Ebay API
I am developing a single form app that, on button press, makes a simple inventory database API query, and checks each returned ItemID# for a corresponding image which may or may not exist at a URL formed from the ID#.…