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
|
01378ef1ef
|
Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174)
|
5 years ago |
Miguel Grinberg
|
00d39ca698
|
skip_sid parameter can also be a list (fixes #202)
|
6 years ago |
Anthony Zhang
|
4a030d2f9c
|
Fix synchronization issue in SocketIO (#213)
|
6 years ago |
Kelly Truesdale
|
da7cb86330
|
Logging improvements for write-only connections (#197)
* Make logger a property of BaseManager, configurable separately from server for write-only situations.
* Shorten line lengths for recent changes.
|
7 years ago |
Miguel Grinberg
|
3ae013b90e
|
validate namespace in disconnect call
Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/427
|
8 years ago |
Miguel Grinberg
|
53d10d9f32
|
asyncio support
|
8 years ago |
Miguel Grinberg
|
3eac53261b
|
Added "ignore_queue" option to bypass message queue in emits
|
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 |
Patrick Decat
|
626499cd45
|
Avoid KeyError when no room exists
|
9 years ago |
Chris Doehring
|
cba6c3ed8b
|
Avoid KeyError in is_connected.
|
9 years ago |
Miguel Grinberg
|
370db6488b
|
Eliminate problematic _clean_rooms method
|
9 years ago |
Miguel Grinberg
|
74e9ab11dc
|
handle leaving a room and entering again right after (fixes #17)
|
9 years ago |
Miguel Grinberg
|
63f5ed3429
|
Support for callbacks across servers
|
9 years ago |
Miguel Grinberg
|
47620bbebd
|
initial implementation of inter-process communication
|
10 years ago |
Miguel Grinberg
|
4a4ba41d0c
|
fixed regression introduced in latest release with ack ids
|
10 years ago |
Miguel Grinberg
|
ad12b837be
|
Move ack functionality into BaseManager class
|
10 years ago |
Miguel Grinberg
|
9cee03859c
|
Fixed executable bit on several files
|
10 years ago |
Miguel Grinberg
|
8e570789aa
|
Added support for gevent and standard threads besides eventlet
|
10 years ago |
Miguel Grinberg
|
5633917201
|
added server disconnect support
|
10 years ago |
Miguel Grinberg
|
d4cd9de799
|
Return the rooms a client is in
|
10 years ago |
Miguel Grinberg
|
aa2e146a60
|
Initial commit
|
10 years ago |