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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
the server socket API doesn't need an onOpen event.. there is
nothing that happens in between the constructor and onOpen that could
block
[Ke-Fong]: socket() + bind() + listen() have "immediate" non blocking
effect indeed.
[Claes] [Claes] The reason for the open event for TCPServerSocket and UDPSocket was the concern that Jonas expressed in #24 but if there is no time consuming actions, e.g. allocating a local interface, we should remove the open event.