Miguel Grinberg
|
f6eeedb767
|
Remove dependency on the six package
|
4 years ago |
Miguel Grinberg
|
0c91e92eb1
|
v5 protocol: client unit tests
|
4 years ago |
Miguel Grinberg
|
308b0c8eeb
|
v5 protocol: handle per-namespace sids in base manager
|
4 years ago |
Miguel Grinberg
|
49822e6919
|
v5 protocol: do not connect the default namespace unless requested explicitly
|
4 years ago |
Miguel Grinberg
|
4940fc1e1e
|
v5 protocol: rename ERROR packet to CONNECT_ERROR
|
4 years ago |
Miguel Grinberg
|
9270a5bcf8
|
remove unnecessary binary argument
|
4 years ago |
Miguel Grinberg
|
3ac3437af7
|
Document the user of tuples when emitting
|
5 years ago |
David Brooks
|
8107216848
|
Allow for no original signal handler (#517). (#518)
|
5 years ago |
Miguel Grinberg
|
8d08096dc4
|
Improved handling of rejected connections (#391 #487 #447)
|
5 years ago |
Miguel Grinberg
|
d972ca3a54
|
Document concurrency problems with emits (Fixes #403)
|
5 years ago |
Miguel Grinberg
|
dc89963e32
|
Initialize the client's SIGINT signal handler if a client is created (Fixes #424)
|
5 years ago |
Miguel Grinberg
|
d745477abf
|
More accurate logging documentation
|
5 years ago |
Miguel Grinberg
|
805d5f3741
|
Support the connect_error event in the client (Fixes #344)
|
5 years ago |
Miguel Grinberg
|
7c32b379ae
|
Updated documentation with new Engine.IO client options
|
6 years ago |
Miguel Grinberg
|
f2c1cf7f04
|
Do not allow emits on a namespace that is not connected (Fixes #325)
|
6 years ago |
Miguel Grinberg
|
516a2958f4
|
Disconnect Engine.IO connection when server disconnects a client (https://github.com/miguelgrinberg/Flask-SocketIO/issues/1017)
|
6 years ago |
Miguel Grinberg
|
fa53e3869c
|
handle keyboard interrupt during reconnect (Fixes #301)
|
6 years ago |
Miguel Grinberg
|
70ebfdbfa1
|
New @event decorator for handler registration
|
6 years ago |
Miguel Grinberg
|
3b32dbde8d
|
expose the sid for the connection
|
6 years ago |
Miguel Grinberg
|
18fa5286c7
|
flake8 fixes
|
6 years ago |
Miguel Grinberg
|
fd91e36799
|
remove unused wait and timeout arguments from send method
|
6 years ago |
quentin
|
c4e4b0b226
|
Add namespaces parameter to the self.connect call in the reconnection process
|
6 years ago |
Miguel Grinberg
|
f752312884
|
Avoid double calls to client disconnect handlers
Fixes #261
|
6 years ago |
Miguel Grinberg
|
88dcf7d414
|
change async_handlers default to true, and add call() method
|
6 years ago |
Miguel Grinberg
|
7c952de346
|
added wait and timeout options to client's emit
|
6 years ago |
Miguel Grinberg
|
45d880cf90
|
correct handling of disconnects
fixes #227
|
6 years ago |
Miguel Grinberg
|
ec4ce624ab
|
client documentation
|
6 years ago |
Miguel Grinberg
|
e626e6c41d
|
some client unit tests
|
6 years ago |
Miguel Grinberg
|
7e5c146fc7
|
small client fixes
|
6 years ago |
Miguel Grinberg
|
4822d8125d
|
reorganization of examples, plus some new ones for the client
|
6 years ago |
Miguel Grinberg
|
2360aa4985
|
asyncio client
|
6 years ago |
Miguel Grinberg
|
63ddde0fb0
|
client reconnection support
|
6 years ago |
Miguel Grinberg
|
b084b2c80e
|
basic socketio client (no reconnection yet)
|
6 years ago |