File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1811,7 +1811,7 @@ index 0000000000..1166835371
18111811+ }
18121812diff --git a/src/vs/server/node/connection.ts b/src/vs/server/node/connection.ts
18131813new file mode 100644
1814- index 0000000000..23934687de
1814+ index 0000000000..36e80fb696
18151815--- /dev/null
18161816+++ b/src/vs/server/node/connection.ts
18171817@@ -0,0 +1,157 @@
@@ -1878,7 +1878,7 @@ index 0000000000..23934687de
18781878+ protected doDispose(): void {
18791879+ this.protocol.sendDisconnect();
18801880+ this.protocol.dispose();
1881- + this.protocol.getSocket ().end ();
1881+ + this.protocol.getUnderlyingSocket ().destroy ();
18821882+ }
18831883+
18841884+ protected doReconnect(socket: ISocket, buffer: VSBuffer): void {
@@ -1905,7 +1905,7 @@ index 0000000000..23934687de
19051905+ if (this.process) {
19061906+ this.process.kill();
19071907+ }
1908- + this.protocol.getSocket ().end ();
1908+ + this.protocol.getUnderlyingSocket ().destroy ();
19091909+ }
19101910+
19111911+ protected doReconnect(socket: ISocket, buffer: VSBuffer): void {
You can’t perform that action at this time.
0 commit comments