You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like HttpWebRequest.GetResponseAsync() takes longer to complete than HttpWebRequest.GetResponse() did. Also having PictureBox controls load images from URLs asynchronously seems to take a long time and / or not always update visually.
The text was updated successfully, but these errors were encountered:
It seems like
HttpWebRequest.GetResponseAsync()
takes longer to complete thanHttpWebRequest.GetResponse()
did. Also havingPictureBox
controls load images from URLs asynchronously seems to take a long time and / or not always update visually.The text was updated successfully, but these errors were encountered: