We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
end
1 parent 58e879b commit 681f004Copy full SHA for 681f004
lib/socket.io/client.js
@@ -65,6 +65,7 @@ Client.prototype._onConnect = function(req, res){
65
this.connection.addListener('end', function(){
66
self._onClose();
67
self.connection.end();
68
+ self.connection.destroy();
69
});
70
71
if (req){
0 commit comments