mostlycryptic
2 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/client.rst
|
|
@ -134,7 +134,7 @@ In the case of the ``asyncio`` client, the method is a coroutine:: |
|
|
|
await sio.connect('http://localhost:5000') |
|
|
|
|
|
|
|
Upon connection, the server assigns the client a unique session identifier. |
|
|
|
The applicaction can find this identifier in the ``sid`` attribute:: |
|
|
|
The application can find this identifier in the ``sid`` attribute:: |
|
|
|
|
|
|
|
print('my sid is', sio.sid) |
|
|
|
|
|
|
|