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.
2 parents dd79252 + 2f8d07e commit fa2a5eeCopy full SHA for fa2a5ee
src/connection.js
@@ -65,6 +65,7 @@ Connection.prototype.connect = function(options) {
65
66
bindTransportEvents(transport);
67
68
+ this.requested_disconnect = false;
69
this.emit('connecting');
70
transport.connect();
71
0 commit comments