1

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.

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Nil Pun
  • 17,035
  • 39
  • 172
  • 294

1 Answers1

0

This is probably due to the Network emulation that is not correctly configured or there are some cause that are making it behave wrong. You can check this simply trying to run a test on a single network.

How can I verify that network emulation is working (Look in the Q&A section)

giammin
  • 18,620
  • 8
  • 71
  • 89