socket.io.play icon indicating copy to clipboard operation
socket.io.play copied to clipboard

Any concurrent problem in SocketIOController?

Open wuxudong opened this issue 11 years ago • 0 comments

There are four map in SocketIOController : xhrMap, wsMap, xhrRevMap, wsRevMap. They are shared with sub WSActor or XHRActor. When the sub actor dies, they remove themselves from the map. There are concurrent access to these maps ! I think this will cause problem.

wuxudong avatar Feb 15 '14 07:02 wuxudong