Peter Bierma
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/socketio/async_client.py
|
|
@ -116,7 +116,7 @@ class AsyncClient(base_client.BaseClient): |
|
|
|
Example usage:: |
|
|
|
|
|
|
|
sio = socketio.AsyncClient() |
|
|
|
sio.connect('http://localhost:5000') |
|
|
|
await sio.connect('http://localhost:5000') |
|
|
|
""" |
|
|
|
if self.connected: |
|
|
|
raise exceptions.ConnectionError('Already connected') |
|
|
|