13 Commits (01378ef1efca73330327006be467270462d504e0)

Author SHA1 Message Date
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 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 8a4e5ffa5c
added "to" parameter as an alias to "room" 6 years ago
Miguel Grinberg 18fa5286c7
flake8 fixes 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
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 b0a8b1f31b unit test reorganization 6 years ago
Miguel Grinberg 9f2186725a user sessions 6 years ago
Miguel Grinberg 9350775634
fixed memory leak on rejected connections for asyncio 8 years ago
Miguel Grinberg 93f70dc9e1
async_handlers option for asyncio servers 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