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
A blocking socket is the default behavior. Also, for POSIX accept() shall block until a connection is present, this is the default, unless O_NONBLOCK flag is set. https://linux.die.net/man/3/accept
Is there any way to put the WebSocketServer back in blocking mode? I don't see any method to get a reference to _listenSocket member.
https://github.com/soywiz/haxe-ws/blob/32b81123e4545742c0907473ad1690518cbf299d/src/haxe/net/WebSocketServer.hx#L29
The text was updated successfully, but these errors were encountered: