We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c60cf commit 272e9a5Copy full SHA for 272e9a5
test/integration/client/network-partition-tests.js
@@ -46,7 +46,7 @@ Server.prototype.start = function (cb) {
46
}
47
48
Server.prototype.drop = function () {
49
- this.socket.end()
+ this.socket.destroy()
50
51
52
Server.prototype.close = function (cb) {
0 commit comments