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 5736b14 commit 4986cd7Copy full SHA for 4986cd7
README.md
@@ -21,7 +21,7 @@ All you need to do is to add it to your project with `register` and you are done
21
22
const fastify = require('fastify')()
23
24
-const wssOtions = {
+const wssOptions = {
25
maxPayload: 1048576, // we set the maximum allowed messages size to 1 MiB (1024 bytes * 1024 bytes)
26
path: '/fastify', // we accept only connections matching this path e.g.: ws://localhost:3000/fastify
27
verifyClient: function (info, next) {
0 commit comments