tt2468
7ec2019a3b
Require target in `call()` method
The `call` method used to allow both `to` and `sid` to be `None`, however without a target, it broadcasts to all connected clients, and can have very disastrous results in some cases.
6 years ago
Miguel Grinberg
76a9860abc
Fix multi-namespace disconnect logic ( Fixes #456 )
6 years ago
Miguel Grinberg
913c68a338
add missing unit tests #nolog
6 years ago
Miguel Grinberg
16e873dbc7
Fix endless loop when disconnecting on multi-server deployments ( Fixes #441 )
6 years ago
Miguel Grinberg
d972ca3a54
Document concurrency problems with emits ( Fixes #403 )
6 years ago
Miguel Grinberg
01378ef1ef
Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174 )
6 years ago
Aaron
e2242ce40e
Fix Server and AsyncServer when emitting no data ( #420 )
6 years ago
Miguel Grinberg
d745477abf
More accurate logging documentation
6 years ago
Miguel Grinberg
805d5f3741
Support the connect_error event in the client ( Fixes #344 )
6 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
18fa5286c7
flake8 fixes
7 years ago
Miguel Grinberg
c0c1bf8d21
properly handle disconnects from ios client
7 years ago
Miguel Grinberg
fe6b31175d
add always_connect option to previous fix optional
7 years ago
Miguel Grinberg
0db35c87e9
send connect packet before invoking connect handler
7 years ago
Miguel Grinberg
88dcf7d414
change async_handlers default to true, and add call() method
7 years ago
Andrey Rusanov
38edd2c939
Add ConnectionRefusedError and handling for it
7 years ago
Miguel Grinberg
9f2186725a
user sessions
7 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
5b9b17c4a0
Fix variable referenced before assignment
Fixes #85
9 years ago
Miguel Grinberg
ce44133acd
redis message queue for asyncio
9 years ago
Miguel Grinberg
43788db7a7
asyncio documentation and various fixes
9 years ago
Miguel Grinberg
6f41206f7d
async namespaces, and more unit tests
9 years ago
Miguel Grinberg
763583226a
a few asyncio related fixes
9 years ago
Miguel Grinberg
53d10d9f32
asyncio support
9 years ago