We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Trying to manage connection time out, I've set connectionTimeout to 15000 in my config file.
But, in my case, firstConnection is a net.Socket => the close() function does not exist.
Everything goes fine when I use destroy() instead of close().
Do you want me to fork then create a pull request ? or you'll update that by yourself ?
Regards
The text was updated successfully, but these errors were encountered:
fix issue strongloop#5 : firstConnection.close() is not a function
90cdc02
Signed-off-by: Julien Ledun <j.ledun@iosystems.fr>
fix issue strongloop#5
7fa19c8
No branches or pull requests
Hey,
Trying to manage connection time out, I've set connectionTimeout to 15000 in my config file.
But, in my case, firstConnection is a net.Socket => the close() function does not exist.
Everything goes fine when I use destroy() instead of close().
Do you want me to fork then create a pull request ? or you'll update that by yourself ?
Regards
The text was updated successfully, but these errors were encountered: