websocket-manager icon indicating copy to clipboard operation
websocket-manager copied to clipboard

Thread safety

Open Badabum opened this issue 6 years ago • 0 comments

Consider the situation:

10 connected clients -> SendToAllAsync is invoked -> Last Socket Disconnects -> attempt to send message to the removed client. I'm almost sure that this will cause an exception. Could you comment on this, @radu-matei ?

Badabum avatar Feb 28 '18 07:02 Badabum