229 Commits (3a5e3b13d4bad8f63a0907291441422a581798b0)

Author SHA1 Message Date
Miguel Grinberg 3a5e3b13d4
Release 5.0.2 4 years ago
Miguel Grinberg 2e71c22c6d Return environ dictionary for a client 4 years ago
Miguel Grinberg 9b26bfd94f
Version 5.0.2dev 4 years ago
Miguel Grinberg 061ee73920
Release 5.0.1 4 years ago
Miguel Grinberg 805b33fa7d
Conversion from Socket.IO sid to Engine.IO sid 4 years ago
Miguel Grinberg 7b327f8a13
Version 5.0.1dev 4 years ago
Miguel Grinberg 1c63e98198
Release 5.0.0 4 years ago
Miguel Grinberg f6eeedb767
Remove dependency on the six package 4 years ago
Miguel Grinberg 0ecfbf593d
v5 protocol: server unit tests 4 years ago
Miguel Grinberg 0c91e92eb1
v5 protocol: client unit tests 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 49822e6919
v5 protocol: do not connect the default namespace unless requested explicitly 4 years ago
Miguel Grinberg 4940fc1e1e
v5 protocol: rename ERROR packet to CONNECT_ERROR 4 years ago
Miguel Grinberg 9270a5bcf8
remove unnecessary binary argument 4 years ago
Miguel Grinberg 76820b90ab
Version 4.6.2dev 4 years ago
Miguel Grinberg 0d3507e1d3
Release 4.6.1 4 years ago
Miguel Grinberg 3ac3437af7
Document the user of tuples when emitting 5 years ago
David Brooks 8107216848
Allow for no original signal handler (#517). (#518) 5 years ago
Miguel Grinberg d81c534e61
Version 4.6.1dev 5 years ago
Miguel Grinberg d49d6987f4
Release 4.6.0 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
databasedav 87d51dd1e6
ASGI startup and shutdown lifespan handlers (#468) 5 years ago
Miguel Grinberg 76a9860abc
Fix multi-namespace disconnect logic (Fixes #456) 5 years ago
wangjiancn 8caebfd524
Fix docstring (#449) 5 years ago
Miguel Grinberg 3c28754880
Version 4.5.2dev 5 years ago
Miguel Grinberg a4b0a5e910
Release 4.5.1 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 1aca46c956
Version 4.5.1dev 5 years ago
Miguel Grinberg 6be2bd2cd4
Release 4.5.0 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
Miguel Grinberg dc89963e32 Initialize the client's SIGINT signal handler if a client is created (Fixes #424) 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
Dmitry Volodin aa2882cb3e fix AsyncClient example and typo in Intro (#389) 5 years ago
Miguel Grinberg a7ce61ab1e
Version 4.4.1dev 5 years ago
Miguel Grinberg 610ee2cf1f
Release 4.4.0 5 years ago
Miguel Grinberg 805d5f3741 Support the connect_error event in the client (Fixes #344) 5 years ago
Miguel Grinberg 7c32b379ae
Updated documentation with new Engine.IO client options 6 years ago
Miguel Grinberg a839a36fa0
do not dispatch events for disconnected namespaces (Fixes #333) 6 years ago
Miguel Grinberg 62a77bf0f9
Version 4.3.2dev 6 years ago
Miguel Grinberg c431d8222b
Release 4.3.1 6 years ago
Miguel Grinberg 7dbc47049a
Pass additional options to Redis and Kombu managers (Fixes #307) 6 years ago
Miguel Grinberg 9146e02a05
exempt pika manager from code coverage #nolog 6 years ago
salimaboubacar d984f32e76 Add Asyncio based RabbitMQ manager (#320) 6 years ago
Miguel Grinberg f2c1cf7f04
Do not allow emits on a namespace that is not connected (Fixes #325) 6 years ago