Anyone else seeing an issue where if you set a time out for a web service call such as 7000 (7 seconds) it won't actually time out when the method is wrapped with a Task.Run?
↧
Anyone else seeing an issue where if you set a time out for a web service call such as 7000 (7 seconds) it won't actually time out when the method is wrapped with a Task.Run?