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 19993d2 commit b5eee87Copy full SHA for b5eee87
packages/websocket/src/index.ts
@@ -204,4 +204,3 @@ export const makeHeartbeatWS = (
204
ws.addEventListener("open", () => setTimeout(receiveMessage, options.interval || 1000));
205
return ws;
206
};
207
-
0 commit comments