I'm calling a url with no UI in order to simply wait and get the return json.
To accomplish this, I am using ThreadRunner and LoadUrlAndWait.
The problem is that when LoadUrlAndWait is called, it is taking a long time to come back, sometimes 2 minutes.
I even tried testing with just using
www.google.com, but it still seems to be hanging.
Any ideas why this would be taking so long?
When I load the Url within the EO.WebBrowser it makes the call and returns quickly.
Thanks,