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 |
Miguel Grinberg
|
5cc9199336
|
minor documentation fixes
|
9 years ago |
Miguel Grinberg
|
7bc329a12d
|
class-based namespaces
|
9 years ago |
Miguel Grinberg
|
544b01ad3d
|
Handle empty argument list for callbacks
Fixes #26
|
9 years ago |
Miguel Grinberg
|
024609e10e
|
Fix race condition in handling of binary attachments
Fixes #37
|
9 years ago |
Miguel Grinberg
|
a6838a233d
|
Do not allow event names with hyphens in them
Fixes #36
|
9 years ago |
Hanzawa Ye
|
ea1a52ac84
|
fix the order of triggered disconnect event
|
9 years ago |
Miguel Grinberg
|
cd9e1a7c64
|
pass return value of start_background_task to the caller
|
9 years ago |
Miguel Grinberg
|
065cc4b221
|
expose async_mode and sleep from engineio
|
9 years ago |
Miguel Grinberg
|
b6df63d849
|
delay start of message queue listener thread until first request comes
|
9 years ago |
Miguel Grinberg
|
d34f49b3b1
|
remove disconnected client before invoking disconnect handler
|
9 years ago |
Miguel Grinberg
|
259f98d3cd
|
Expand tuples to multiple arguments, but not lists
|
9 years ago |
Miguel Grinberg
|
d8982dba81
|
Pass result of connect handler up to engineio
|
9 years ago |
Miguel Grinberg
|
47620bbebd
|
initial implementation of inter-process communication
|
10 years ago |
Miguel Grinberg
|
5bb6c9da7d
|
Cleaned up the interface to provide a custom client manager
|
10 years ago |
Miguel Grinberg
|
ad12b837be
|
Move ack functionality into BaseManager class
|
10 years ago |