You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sasja 598dd7e258
fix docstring typo: client/server mixup (#1163)
2 years ago
..
__init__.py Improved project structure 4 years ago
asgi.py Improved project structure 4 years ago
asyncio_aiopika_manager.py Made kombu client manager more robust and efficient 2 years ago
asyncio_client.py fix docstring typo: client/server mixup (#1163) 2 years ago
asyncio_manager.py Correctly handle emits to multiple rooms in the async server (Fixes #1081) 2 years ago
asyncio_namespace.py Expose the ignore_queue option in namespaces (Fixes #1103) 2 years ago
asyncio_pubsub_manager.py Fixed remote async disconnects via message queue (Fixes #1003) 3 years ago
asyncio_redis_manager.py Correct handling of RedisError exception (Fixes #919) 3 years ago
asyncio_server.py Fix documentation typos 2 years ago
base_manager.py Fixed remote async disconnects via message queue (Fixes #1003) 3 years ago
client.py fix docstring typo: client/server mixup (#1163) 2 years ago
exceptions.py Improved project structure 4 years ago
kafka_manager.py Support multiple Kafka servers 3 years ago
kombu_manager.py Made kombu client manager more robust and efficient 2 years ago
middleware.py Improved project structure 4 years ago
msgpack_packet.py Support optional payloads in msgpack implementation (#981) 3 years ago
namespace.py Expose the ignore_queue option in namespaces (Fixes #1103) 2 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 3 years ago
pubsub_manager.py Fixed disconnect implementation when using a message queue (Fixes #1002) 3 years ago
redis_manager.py Configure Redis pubsub to skip subscription messages 3 years ago
server.py Fix documentation typo (#1155) 2 years ago
tornado.py Improved project structure 4 years ago
zmq_manager.py Do not automatically import zmq 2 years ago