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