Skip to main content

     Help me please. I find error "Receive failed with error : a blocking operation was interrupted by a call to WSACancelBlockingCall".  When i update action  from k2 api.


 


 

The WSACancelBlockingCall error is usually caused by application code that opened a connection but did not close it.  Ensure that you encapsulate the code in a try/catch block to ensure all resources are released.


Reply