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
{{ message }}
This repository was archived by the owner on Feb 19, 2024. It is now read-only.
There happen in SocksClientSocket.prototype.connect_socks_to_host and there's no way to add exception handlers to a socket since it isn't exposed (afaik)
i.e: socket.on('error',function(err){}) doesn't work since I don't know how to get to socket.
Any way how to do this?
Obvisouly, I don't want to do
process.on('uncaughtException', function (err) {} since this is completely out of context