Browse Source

Merge pull request #56 from lnagel/patch-1

Fix typo Sokcet -> Socket
pull/62/merge
Miguel Grinberg 9 years ago
committed by GitHub
parent
commit
e89215a94d
  1. 2
      docs/index.rst

2
docs/index.rst

@ -313,7 +313,7 @@ pub/sub functionality::
mgr = socketio.RedisManager('redis://')
sio = socketio.Server(client_manager=mgr)
If multiple Sokcet.IO servers are connected to a message queue, they
If multiple Socket.IO servers are connected to a message queue, they
automatically communicate with each other and manage a combined client list,
without any need for additional configuration. To have a process other than
a server connect to the queue to emit a message, the same ``KombuManager``

Loading…
Cancel
Save