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.
2 parents 9a7dc7f + 415a0eb commit e89215aCopy full SHA for e89215a
docs/index.rst
@@ -313,7 +313,7 @@ pub/sub functionality::
313
mgr = socketio.RedisManager('redis://')
314
sio = socketio.Server(client_manager=mgr)
315
316
-If multiple Sokcet.IO servers are connected to a message queue, they
+If multiple Socket.IO servers are connected to a message queue, they
317
automatically communicate with each other and manage a combined client list,
318
without any need for additional configuration. To have a process other than
319
a server connect to the queue to emit a message, the same ``KombuManager``
0 commit comments