135 Commits (5e6aa6a7583c53952c47e9945a3643b677c4d205)

Author SHA1 Message Date
Miguel Grinberg 1cadada02d
Expose the ignore_queue option in namespaces (Fixes #1103) 2 years ago
Miguel Grinberg 232cef1f86
Correctly handle emits to multiple rooms in the async server (Fixes #1081) 2 years ago
Miguel Grinberg 104d6569a0
Fixed remote async disconnects via message queue (Fixes #1003) 3 years ago
Miguel Grinberg f56ef6f040
Fixed disconnect implementation when using a message queue (Fixes #1002) 3 years ago
Miguel Grinberg efe87d867a Add namespaces argument to Server and AsyncServer (Fixes #822) 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 f2ae136dcd
Catch and log errors in pubsub listening thread (Fixes #889) 3 years ago
Miguel Grinberg 34f34e53d6
Do not invoke reserved events on a catch-all handler (Fixes #814) 3 years ago
Miguel Grinberg 60735dd4c2
Use correct binary packet types in the msgpack packet encoder (Fixes #811) 3 years ago
Miguel Grinberg ea84b9b1c7 Option to disable the SIGINT handler in the client (Fixes #792) 3 years ago
Miguel Grinberg db0565ada6
Fixed intermittent test failures (Fixes #572) 3 years ago
Miguel Grinberg 32db48d12c
Add missing call() method to namespace classes (Fixes #800) 3 years ago
Miguel Grinberg ed08a01e65
Add missing to argument to namespace emit() and send() calls (Fixes #810) 3 years ago
Miguel Grinberg 8c15b77c9b
instrumentation to track #572 #nolog 4 years ago
Sam Mosleh f245191d86
Migrate async Redis client manager to aioredis 2.x (Fixes #771) 4 years ago
Miguel Grinberg 28569d48ad Catch-all event handlers 4 years ago
Miguel Grinberg a830c9f788 Implement disconnect method for external processes (Fixes #684) 4 years ago
Miguel Grinberg cb1b8ec74b
Return error packet if client connects to an already connected namespace 4 years ago
Miguel Grinberg 5159e84c49
Support msgpack and custom packet serializers (Fixes #749) 4 years ago
Miguel Grinberg 7d2e7f7eb3
Allow functions to be used for URL, headers and auth data in client connection (Fixes #588) 4 years ago
Miguel Grinberg 2538df8bcf
emit events to multiple rooms (Fixes #605) 4 years ago
Miguel Grinberg 66068d9e96
More descriptive error when joining a room on a bad namespace (Fixes #650) 4 years ago
Miguel Grinberg f4e101079f
Fixed incorrect handling of dashes inside the JSON payload of a packet (Fixes #675) 4 years ago
Miguel Grinberg 17d50fabb5
More instrumentation for #572 #nolog 4 years ago
Miguel Grinberg 81b0b849bd
Configure the JSON decoder for safer parsing 4 years ago
Miguel Grinberg 09cb411776
Made parsing of id field of Socket.IO packet faster and more robust 4 years ago
Miguel Grinberg 8d1aeb2e40
Correct use of a trailing comma in Socket.IO packets with no id or data (Fixes #671) 4 years ago
Miguel Grinberg a07eedf54e
Pass custom authentication data with client connection (Fixes #661) 4 years ago
Miguel Grinberg 4da6d74f56
Added wait argument to client's connect method (Fixes #634) 4 years ago
Miguel Grinberg bff76c432c
Fixed bad event object used by asyncio client reconnect logic (Fixes #622) 4 years ago
Miguel Grinberg 11b6f1a08d
Pass auth information sent by client to the connect handler 4 years ago
Miguel Grinberg 3349b024d5
Invoke the disconnect handler when the client initiates a disconnection (Fixes #594) 4 years ago
Miguel Grinberg 314971c8a0
Include error message and arguments in CONNECT_ERROR packet (Fixes #590) 4 years ago
Miguel Grinberg a61d59c02a
Correct handling of user session (Fixes #585) 4 years ago
Miguel Grinberg bcdf9bb009
Performace tuning 4 years ago
Miguel Grinberg 2e71c22c6d Return environ dictionary for a client 4 years ago
Miguel Grinberg 805b33fa7d
Conversion from Socket.IO sid to Engine.IO sid 4 years ago
Miguel Grinberg af2e2633ea
More logging to track down intermittent test failures #nolog 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 4940fc1e1e
v5 protocol: rename ERROR packet to CONNECT_ERROR 4 years ago
Miguel Grinberg aae49c253e
Add logging to help debug #572 #nolog 4 years ago
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