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 22419a7 commit ba0dc1aCopy full SHA for ba0dc1a
src/web-socket-handler.ts
@@ -83,7 +83,7 @@ export class WebSocketHandler implements WebSocketInterface {
83
}
84
85
let queue: Promise<void> = Promise.resolve();
86
- let ws: WebSocket | null;
+ let ws: WebSocket | null = null;
87
88
async function processData(data): Promise<void> {
89
const buff = Buffer.alloc(data.length + 1);
0 commit comments