WSACancelBlockingCall exception

后端 未结 5 1060
生来不讨喜
生来不讨喜 2020-12-24 00:51

Ok, I have a strange exception thrown from my code that\'s been bothering me for ages.

System.Net.Sockets.SocketException: A blocking operation was interrupt         


        
5条回答
  •  暖寄归人
    2020-12-24 01:23

    Same here! But i figured out, that the ReceiveBuffer on 'server-side' was flooded from the clients! (In my case a bunch of RFID-Scanners, who kept spamming the TagCode, instead of stop sending until next TagCode arrives)

    It helped to raise the ReceiveBuffers and reconfigure the scanners...

提交回复
热议问题