89 Commits (a4f9992d34a49350a853d9f1a0c3d63034785ab3)

Author SHA1 Message Date
Miguel Grinberg a4f9992d34
simplify asserts in unit tests 5 years ago
Miguel Grinberg 8d08096dc4
Improved handling of rejected connections (#391 #487 #447) 5 years ago
Andrei Neagu b0518936b9
AsyncPubSubManager does not await for can_disconnect (#488) 5 years ago
tt2468 bbb9a7f0b6
Require a recipient in `call()` method (Fixes #476) 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 01378ef1ef Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174) 5 years ago
Miguel Grinberg f1a2e545c8 missing unit tests #nolog 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 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
Dylan Anthony 0b25ff42b8 Added rediss:// URL scheme to AsyncRedisManager (#319) 6 years ago
Miguel Grinberg fa53e3869c
handle keyboard interrupt during reconnect (Fixes #301) 6 years ago
Miguel Grinberg 8a4e5ffa5c
added "to" parameter as an alias to "room" 6 years ago
Miguel Grinberg 814ff84ec3
Move python-engineio dependency to versions 3.8 and up 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 00d39ca698
skip_sid parameter can also be a list (fixes #202) 6 years ago
Miguel Grinberg fd91e36799
remove unused wait and timeout arguments from send method 6 years ago
Miguel Grinberg 9ddc860391
fix python 2 unit test 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 c35451421d
client disconnect does not take namespace as argument 6 years ago
Miguel Grinberg f752312884
Avoid double calls to client disconnect handlers 6 years ago
Andrey Rusanov f3b5210289 Add tests and docs 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 b0a8b1f31b unit test reorganization 6 years ago
Miguel Grinberg 9f2186725a user sessions 6 years ago
Miguel Grinberg 45d880cf90 correct handling of disconnects 6 years ago
Miguel Grinberg ec4ce624ab
client documentation 6 years ago
Miguel Grinberg 6fe065bb98
final batch of client unit tests 6 years ago
Miguel Grinberg 16bdb422d6
more unit tests 6 years ago
Miguel Grinberg e626e6c41d
some client unit tests 6 years ago
Kelly Truesdale da7cb86330 Logging improvements for write-only connections (#197) 7 years ago
Miguel Grinberg f2d28ad62c
better handling of packets with no data 7 years ago
Miguel Grinberg b3fc842c76
properly handle callbacks in multi-host configurations for asyncio 7 years ago
Miguel Grinberg 8d7059a1a2
Properly handle callbacks in multi-host configurations 7 years ago
Miguel Grinberg 9350775634
fixed memory leak on rejected connections for asyncio 8 years ago
Miguel Grinberg 66e17fb387
fixed memory leak on rejected connections 8 years ago
Miguel Grinberg 7f02f7aaa9
JavaScript client sends query string attached to namespace 8 years ago
Miguel Grinberg af81132610
pass redis password in the URL 8 years ago
Miguel Grinberg 93f70dc9e1
async_handlers option for asyncio servers 8 years ago
Miguel Grinberg 3ae013b90e validate namespace in disconnect call 8 years ago
Miguel Grinberg ce44133acd redis message queue for asyncio 8 years ago
Miguel Grinberg 43788db7a7 asyncio documentation and various fixes 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