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
The docs say "Connection/disconnection/destruction of socket is the user's responsibility"
But the netSocket I'm passing to the 'socket' option is getting closed automatically when tlsSocket.end() or .destroy() is called.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tls.connect(options[, callback])
The docs say "Connection/disconnection/destruction of socket is the user's responsibility"
But the netSocket I'm passing to the 'socket' option is getting closed automatically when tlsSocket.end() or .destroy() is called.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions