Receive failed with error: A blocking operation was interrupted by a call to WSACancelBlockingCall

  • 23 February 2011
  • 3 replies
  • 24 views

Badge +11

Hi


when more than one user opens his worskpace simultaneously the following error appears


"


Receive failed with error: A blocking operation was interrupted by a call to WSACancelBlockingCall.


 "


 


Please not that :the average number of items in the workspace of each user is less than 20.


How to fix this problem?


3 replies

Badge +11

any help on this issue?

Badge +11

any help?

Badge +9

This error usually occurs at the Socket API level.  I have seen a similar error with a customer who accidentally wrapped the K2 calls around a singleton class in their application.  This caused this error to throw even with 2-3 connections to the K2 server.

Reply