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 223ff64 commit cc3bed4Copy full SHA for cc3bed4
README.md
@@ -105,7 +105,7 @@ const WebSocket = require("ws")
105
websocket: {
106
only: true,
107
initially: true,
108
- subprotocol: "quux/1.0",
+ subprotocol: "quux",
109
connect: ({ ctx, ws }) => {
110
ctx.to = setInterval(() => {
111
if (ws.readyState === WebSocket.OPEN)
sample-server.js
@@ -72,7 +72,7 @@ const WebSocket = require("ws")
72
73
74
75
76
77
78
0 commit comments