Kane Blueriver
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/index.rst
|
@ -277,7 +277,7 @@ as a pathname following the hostname and port. For example, connecting to |
|
|
*/chat*. |
|
|
*/chat*. |
|
|
|
|
|
|
|
|
Each namespace is handled independently from the others, with separate session |
|
|
Each namespace is handled independently from the others, with separate session |
|
|
IDs (``sid``s), event handlers and rooms. It is important that applications |
|
|
IDs (``sid``\ s), event handlers and rooms. It is important that applications |
|
|
that use multiple namespaces specify the correct namespace when setting up |
|
|
that use multiple namespaces specify the correct namespace when setting up |
|
|
their event handlers and rooms, using the optional ``namespace`` argument |
|
|
their event handlers and rooms, using the optional ``namespace`` argument |
|
|
available in all the methods in the :class:`socketio.Server` class. |
|
|
available in all the methods in the :class:`socketio.Server` class. |
|
|