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
@indutny what would the best practice you recommend graciously close a muxed socket, without having it blow up in the other side because of the socket hanging up? As in:
Uncaught Error: socket hang up
at Socket.onclose (node_modules/spdy-transport/lib/spdy-transport/connection.js:186:15)
at TCP._onclose (net.js:477:12)
Is listening on the spdy dialer/listener object for 'error' the best option?
Thank you :)
The text was updated successfully, but these errors were encountered:
@indutny what would the best practice you recommend graciously close a muxed socket, without having it blow up in the other side because of the socket hanging up? As in:
Is listening on the spdy dialer/listener object for 'error' the best option?
Thank you :)
The text was updated successfully, but these errors were encountered: