We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff6640 commit a9fff10Copy full SHA for a9fff10
lib/connection.js
@@ -147,7 +147,7 @@ function Connection(options = {}) {
147
function connect() {
148
connect_timeout && (
149
clearTimeout(connect_timer),
150
- connect_timer = setTimeout(connectTimedOut, connect_timeout * 1000)
+ connect_timer = setTimeout(connectTimedOut, connect_timeout * 1000).unref()
151
)
152
socket.connect()
153
}
0 commit comments