akebee Messages: 90 Registered: August 2011 Location: China
Member
Here is my code, the request may often blocking all the time even if i set the ReqeusetTimeOut to 30 seconds.
How can i set the timeout to prevent request blocking?
akebee Messages: 90 Registered: August 2011 Location: China
Member
hi, i found that it is because i built it in Visual Studio,for some reason i move all of the Core package to Visual Studio.
when i change back to TheIDE the HttpRequest returned to normal.
now i am not dare to use U++ in Visual Studio...