When running a Visual Studio Load Test I'm seeing lost of Socket Exceptotion below:
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
Could someone please help me understand on what's the cause of above and whether the response time will go up as a result of this (assuming the request will wait a while).
Thanks.