Skip to content

Commit 52acb50

Browse files
committed
fix: update WebSocketNodeSocket in protocol
1 parent 22e7173 commit 52acb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/src/vs/server/node/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class Protocol extends PersistentProtocol {
1717
super(
1818
options.skipWebSocketFrames
1919
? new NodeSocket(socket)
20-
: new WebSocketNodeSocket(new NodeSocket(socket)),
20+
: new WebSocketNodeSocket(new NodeSocket(socket), false, null, false),
2121
);
2222
}
2323

0 commit comments

Comments
 (0)