15 Commits (4295de7cda2e60468b0606b5370c0adf468b4e1b)

Author SHA1 Message Date
Miguel Grinberg 8c747ab67b
Fix documentation typos 2 years ago
riz-j b2cc86cfb2
Fix typo in asyncio_server.py (#1150) 2 years ago
Miguel Grinberg 1cadada02d
Expose the ignore_queue option in namespaces (Fixes #1103) 2 years ago
Miguel Grinberg 104d6569a0
Fixed remote async disconnects via message queue (Fixes #1003) 3 years ago
Miguel Grinberg efe87d867a Add namespaces argument to Server and AsyncServer (Fixes #822) 3 years ago
sjrodahl d4e69fb7ce
Fix #952: add missing await (#957) 3 years ago
Miguel Grinberg 98f3cb4664
Update documentation of asyncio server 3 years ago
Miguel Grinberg 268fe12ffa
Do not send ACK packet for unknown events (Fixes #824) 3 years ago
Miguel Grinberg 44715012dc
Server refuses connections on unknown namespaces (Fixes #822) 3 years ago
Miguel Grinberg 34f34e53d6
Do not invoke reserved events on a catch-all handler (Fixes #814) 4 years ago
Miguel Grinberg 8c2a6ac869 Improved documentation of call() method (Fixes #813) 4 years ago
Miguel Grinberg 4f5bf1e989
Improve documentation on start_background_task() function 4 years ago
Miguel Grinberg 28569d48ad Catch-all event handlers 4 years ago
Miguel Grinberg 5159e84c49
Support msgpack and custom packet serializers (Fixes #749) 4 years ago
Miguel Grinberg 98c7ac23f2
Improved project structure 4 years ago
Miguel Grinberg 2538df8bcf
emit events to multiple rooms (Fixes #605) 4 years ago
Miguel Grinberg 11b6f1a08d
Pass auth information sent by client to the connect handler 5 years ago
Miguel Grinberg 251fee1763
Updated documentation options (Fixes #597) 5 years ago
Miguel Grinberg 314971c8a0
Include error message and arguments in CONNECT_ERROR packet (Fixes #590) 5 years ago
Miguel Grinberg a61d59c02a
Correct handling of user session (Fixes #585) 5 years ago
Miguel Grinberg f6eeedb767
Remove dependency on the six package 5 years ago
Miguel Grinberg 0ecfbf593d
v5 protocol: server unit tests 5 years ago
Miguel Grinberg a4cc0b2c5b
v5 protocol: client manager unit tests 5 years ago
Miguel Grinberg 308b0c8eeb
v5 protocol: handle per-namespace sids in base manager 5 years ago
Miguel Grinberg 49822e6919
v5 protocol: do not connect the default namespace unless requested explicitly 5 years ago
Miguel Grinberg 4940fc1e1e
v5 protocol: rename ERROR packet to CONNECT_ERROR 5 years ago
Miguel Grinberg 9270a5bcf8
remove unnecessary binary argument 5 years ago
Miguel Grinberg 3ac3437af7
Document the user of tuples when emitting 5 years ago
Miguel Grinberg 8d08096dc4
Improved handling of rejected connections (#391 #487 #447) 5 years ago
tt2468 bbb9a7f0b6
Require a recipient in `call()` method (Fixes #476) 5 years ago
Miguel Grinberg 76a9860abc
Fix multi-namespace disconnect logic (Fixes #456) 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 d972ca3a54 Document concurrency problems with emits (Fixes #403) 5 years ago
Miguel Grinberg 01378ef1ef Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174) 5 years ago
Aaron e2242ce40e
Fix Server and AsyncServer when emitting no data (#420) 5 years ago
Miguel Grinberg d745477abf More accurate logging documentation 5 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 6 years ago
Miguel Grinberg c0c1bf8d21
properly handle disconnects from ios client 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 88dcf7d414
change async_handlers default to true, and add call() method 6 years ago
Andrey Rusanov 38edd2c939 Add ConnectionRefusedError and handling for it 6 years ago
Miguel Grinberg 9f2186725a user sessions 7 years ago