Miguel Grinberg
|
f6eeedb767
|
Remove dependency on the six package
|
4 years ago |
Miguel Grinberg
|
0ecfbf593d
|
v5 protocol: server unit tests
|
4 years ago |
Miguel Grinberg
|
a4cc0b2c5b
|
v5 protocol: client manager 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 |
Miguel Grinberg
|
8d08096dc4
|
Improved handling of rejected connections (#391 #487 #447)
|
5 years ago |
tt2468
|
bbb9a7f0b6
|
Require a recipient in `call()` method (Fixes #476)
|
5 years ago |
Miguel Grinberg
|
76a9860abc
|
Fix multi-namespace disconnect logic (Fixes #456)
|
5 years ago |
wangjiancn
|
8caebfd524
|
Fix docstring (#449)
|
5 years ago |
Miguel Grinberg
|
913c68a338
|
add missing unit tests #nolog
|
5 years ago |
Miguel Grinberg
|
16e873dbc7
|
Fix endless loop when disconnecting on multi-server deployments (Fixes #441)
|
5 years ago |
Miguel Grinberg
|
d972ca3a54
|
Document concurrency problems with emits (Fixes #403)
|
5 years ago |
Miguel Grinberg
|
01378ef1ef
|
Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174)
|
5 years ago |
Aaron
|
e2242ce40e
|
Fix Server and AsyncServer when emitting no data (#420)
|
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
|
a839a36fa0
|
do not dispatch events for disconnected namespaces (Fixes #333)
|
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
|
d23581e657
|
documentation updates
|
6 years ago |
Miguel Grinberg
|
6848bed1d7
|
update CORS documentation (Fixes #327)
|
6 years ago |
Miguel Grinberg
|
8a4e5ffa5c
|
added "to" parameter as an alias to "room"
|
6 years ago |
Miguel Grinberg
|
70ebfdbfa1
|
New @event decorator for handler registration
|
6 years ago |
Miguel Grinberg
|
18fa5286c7
|
flake8 fixes
|
6 years ago |
Miguel Grinberg
|
00d39ca698
|
skip_sid parameter can also be a list (fixes #202)
|
6 years ago |
Miguel Grinberg
|
c0c1bf8d21
|
properly handle disconnects from ios client
|
6 years ago |
Miguel Grinberg
|
fd91e36799
|
remove unused wait and timeout arguments from send method
|
6 years ago |
Miguel Grinberg
|
fe6b31175d
|
add always_connect option to previous fix optional
|
6 years ago |
Miguel Grinberg
|
0db35c87e9
|
send connect packet before invoking connect handler
|
6 years ago |
Miguel Grinberg
|
88dcf7d414
|
change async_handlers default to true, and add call() method
|
6 years ago |
Andrey Rusanov
|
38edd2c939
|
Add ConnectionRefusedError and handling for it
|
6 years ago |
Miguel Grinberg
|
9f2186725a
|
user sessions
|
6 years ago |
Miguel Grinberg
|
e626e6c41d
|
some client unit tests
|
6 years ago |
Miguel Grinberg
|
b084b2c80e
|
basic socketio client (no reconnection yet)
|
6 years ago |
Miguel Grinberg
|
66e17fb387
|
fixed memory leak on rejected connections
Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/574
|
8 years ago |
Miguel Grinberg
|
187c52582b
|
Documented protocol defaults
|
8 years ago |
Miguel Grinberg
|
6f41206f7d
|
async namespaces, and more unit tests
|
8 years ago |
Miguel Grinberg
|
763583226a
|
a few asyncio related fixes
|
8 years ago |
Miguel Grinberg
|
53d10d9f32
|
asyncio support
|
8 years ago |
Miguel Grinberg
|
940d262a1e
|
allow event names with hyphens
Fixes #51
|
8 years ago |
Miguel Grinberg
|
2c98906aaf
|
prevent binary attachments from getting mixed up
Flask-SocketIO issue #385
|
8 years ago |
Miguel Grinberg
|
3eac53261b
|
Added "ignore_queue" option to bypass message queue in emits
|
8 years ago |
Miguel Grinberg
|
749f8663c4
|
Use a statically allocated logger by default
|
8 years ago |
Miguel Grinberg
|
da2d141e8d
|
put clients in a pre-disconnect state while their disconnect handler runs
This avoids potential endless recursion.
See https://github.com/miguelgrinberg/Flask-SocketIO/issues/312
|
9 years ago |
Miguel Grinberg
|
a58c184b0f
|
do not disconnect an already disconnected client
See https://github.com/miguelgrinberg/Flask-SocketIO/issues/312
|
9 years ago |
Miguel Grinberg
|
5529fbb2bd
|
document the use of the new gevent_uwsgi async mode
|
9 years ago |
Miguel Grinberg
|
2d39058b7c
|
add async_handlers option to server
|
9 years ago |
Miguel Grinberg
|
214abc8d31
|
minor class-based namespace fixes
|
9 years ago |