223 Commits (1c63e98198d0cdd3a22d3b6bef2c4061f3d0e473)

Author SHA1 Message Date
Miguel Grinberg 3556c3e7ce updated public symbols 8 years ago
Miguel Grinberg 6f41206f7d async namespaces, and more unit tests 8 years ago
Miguel Grinberg 763583226a a few asyncio related fixes 8 years ago
Miguel Grinberg 53d10d9f32 asyncio support 8 years ago
Miguel Grinberg f0f6b18f42 minor fixes to zeromq support 8 years ago
Eric Seidler 10d273b3fe use non-blocking eventlet zmq wrapper in listen method 8 years ago
Miguel Grinberg 97cdd1d23e Release 1.6.3 8 years ago
Miguel Grinberg 940d262a1e allow event names with hyphens 8 years ago
Aleksandr Kurlov 4f35e67e42 Fixed hyphens namcespace bug 8 years ago
Eric Seidler 42ad98e750 handle failed pickled.loads 8 years ago
Eric Seidler 09d8d5d0d4 check message type before yielding message data 8 years ago
Eric Seidler fab0683beb add zmq prefix to default value for url 8 years ago
Eric Seidler 88f3b87efa add zmq manager 8 years ago
Eric Seidler d6f703f1bd add ZmqManager to dunder init 8 years ago
Miguel Grinberg c4141bbb87 Release 1.6.2 8 years ago
Miguel Grinberg 2c98906aaf prevent binary attachments from getting mixed up 8 years ago
Miguel Grinberg 199ed152ce Release 1.6.1 8 years ago
Miguel Grinberg 3eac53261b Added "ignore_queue" option to bypass message queue in emits 8 years ago
Miguel Grinberg 749f8663c4 Use a statically allocated logger by default 8 years ago
Miguel Grinberg 6ba131af5c Warn when message queues are used without monkey patching 8 years ago
Miguel Grinberg 9a7dc7f9de Release 1.6.0 9 years ago
Miguel Grinberg 052fd93745 some improvements and optimizations to KombuManager class 9 years ago
Miguel Grinberg cc9027586f add a TTL option to Kombu queues when RabbitMQ is used 9 years ago
Miguel Grinberg da2d141e8d put clients in a pre-disconnect state while their disconnect handler runs 9 years ago
Miguel Grinberg a58c184b0f do not disconnect an already disconnected client 9 years ago
Miguel Grinberg 01071236ef Release 1.5.1 9 years ago
Miguel Grinberg b436d60a9f add __version__ to package 9 years ago
Miguel Grinberg 5529fbb2bd document the use of the new gevent_uwsgi async mode 9 years ago
Miguel Grinberg 2d39058b7c add async_handlers option to server 9 years ago
Miguel Grinberg 214abc8d31 minor class-based namespace fixes 9 years ago
Miguel Grinberg 5cc9199336 minor documentation fixes 9 years ago
Miguel Grinberg 7bc329a12d class-based namespaces 9 years ago
Miguel Grinberg 544b01ad3d Handle empty argument list for callbacks 9 years ago
Miguel Grinberg 024609e10e Fix race condition in handling of binary attachments 9 years ago
Miguel Grinberg a6838a233d Do not allow event names with hyphens in them 9 years ago
Hanzawa Ye ea1a52ac84 fix the order of triggered disconnect event 9 years ago
Miguel Grinberg cd9e1a7c64 pass return value of start_background_task to the caller 9 years ago
Miguel Grinberg 065cc4b221 expose async_mode and sleep from engineio 9 years ago
Miguel Grinberg b6df63d849 delay start of message queue listener thread until first request comes 9 years ago
Patrick Decat 626499cd45 Avoid KeyError when no room exists 9 years ago
Chris Doehring cba6c3ed8b Avoid KeyError in is_connected. 9 years ago
Miguel Grinberg d34f49b3b1 remove disconnected client before invoking disconnect handler 9 years ago
Miguel Grinberg 370db6488b Eliminate problematic _clean_rooms method 9 years ago
Miguel Grinberg 74e9ab11dc handle leaving a room and entering again right after (fixes #17) 9 years ago
Miguel Grinberg 259f98d3cd Expand tuples to multiple arguments, but not lists 9 years ago
Miguel Grinberg 0c35757359 Use separate read and write Kombu connections 9 years ago
Miguel Grinberg d8982dba81 Pass result of connect handler up to engineio 9 years ago
Miguel Grinberg 57756e3bdc Add write_only argument to Kombu and Redis manager classes 9 years ago
Miguel Grinberg 73fd499033 correct kombu implementation of a fanout queue 9 years ago
Miguel Grinberg 6ae89688d7 do not allow callbacks outside of a server context 9 years ago