You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation (site / JavaDoc) does not state anywhere whether EngineIoServer or EngineIoSocket is thread-safe? Can for example socket.send be called from any thread, or does it need to be synchronized by the user?