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 Apr 22, 2023. It is now read-only.
Currently if you try setting socket options (e.g. via socket.setKeepAlive()) on a new TCP socket before calling socket.connect(), the arguments are silently ignored.
To avoid confusion about this I suggest two separate solutions:
Throw an error if no handle is created yet
Save the arguments on the socket object for applying after a handle is created