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.
1 parent 912597f commit afe5027Copy full SHA for afe5027
src/connection.js
@@ -53,6 +53,7 @@ module.exports = class Connection extends EventEmitter {
53
if (this.transport) {
54
this.clearTimers();
55
this.transport.removeAllListeners();
56
+ this.transport.disposeSocket();
57
}
58
this.transport = new options.transport(options);
59
0 commit comments