We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb84755 commit 8923a2bCopy full SHA for 8923a2b
1 file changed
sockets/web.es
@@ -7,7 +7,7 @@ const
7
8
9
module.exports = server => {
10
- return new websocket ({
+ return new Websocket ({
11
httpServer: server,
12
protocolVersion: 8, // shouldn't this be 13
13
origin: `http://localhost:${PORT}`,
0 commit comments