Miguel Grinberg
db642bb2bd
Upgrade the code to more recent Python versions
4 months ago
Miguel Grinberg
abf336e108
Removed dependency on unittest.TestCase base class
4 months ago
Pavieł Michalkievič
f1476041e5
Enable emitting to single client in managers with to=... ( #1374 )
* Enable emitting to single client in AsyncPubSubManager
* Handle `to` in async manager and sync versions
* Name tests consistently
* Rm extra blank line in test_pubsub_manager
8 months ago
Miguel Grinberg
ef0f88f6cf
Internal code restructure (no functional changes)
2 years ago
Miguel Grinberg
bf11ad36ae
Optimize memory usage during broadcasts ( #1233 )
2 years ago
Miguel Grinberg
2538df8bcf
emit events to multiple rooms ( Fixes #605 )
4 years ago
Miguel Grinberg
66068d9e96
More descriptive error when joining a room on a bad namespace ( Fixes #650 )
4 years ago
Miguel Grinberg
805b33fa7d
Conversion from Socket.IO sid to Engine.IO sid
4 years ago
Miguel Grinberg
f6eeedb767
Remove dependency on the six package
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
a4f9992d34
simplify asserts in unit tests
5 years ago
Miguel Grinberg
00d39ca698
skip_sid parameter can also be a list ( fixes #202 )
6 years ago
Miguel Grinberg
b0a8b1f31b
unit test reorganization
6 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
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
Miguel Grinberg
370db6488b
Eliminate problematic _clean_rooms method
9 years ago
Miguel Grinberg
63f5ed3429
Support for callbacks across servers
9 years ago
Miguel Grinberg
47620bbebd
initial implementation of inter-process communication
9 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
d4cd9de799
Return the rooms a client is in
10 years ago
Miguel Grinberg
aa2e146a60
Initial commit
10 years ago