Skip to content

Conversation

@hpawe01
Copy link

@hpawe01 hpawe01 commented Mar 24, 2018

To handle an invalid port I need to listen either to the close or to the end event during the connection process.
The timeout event can not be used for such a case: Emitted if the socket times out from inactivity. This is only to notify that the socket has been idle. (https://nodejs.org/api/net.html#net_event_timeout)

To handle an invalid port I need to listen either to the `close` or to the `end` event during the connection process.
The `timeout` event can not be used for such a case: `Emitted if the socket times out from inactivity. This is only to notify that the socket has been idle.` (https://nodejs.org/api/net.html#net_event_timeout)
@momegas
Copy link

momegas commented May 29, 2019

When is this going to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants