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.
Miguel Grinberg 699ee9c47a
Context manager interface for the simple clients
2 years ago
..
__init__.py Simplified client (#1237) 2 years ago
asgi.py Improved project structure 4 years ago
asyncio_aiopika_manager.py Made kombu client manager more robust and efficient 3 years ago
asyncio_client.py Simplified client (#1237) 2 years ago
asyncio_manager.py Optimize memory usage during broadcasts (#1233) 2 years ago
asyncio_namespace.py Expose the ignore_queue option in namespaces (Fixes #1103) 3 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 Optimize memory usage during broadcasts (#1233) 2 years ago
asyncio_simple_client.py Context manager interface for the simple clients 2 years ago
base_manager.py Optimize memory usage during broadcasts (#1233) 2 years ago
client.py Simplified client (#1237) 2 years ago
exceptions.py Simplified client (#1237) 2 years ago
kafka_manager.py Support multiple Kafka servers 4 years ago
kombu_manager.py Made kombu client manager more robust and efficient 3 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) 3 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 4 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 4 years ago
server.py Optimize memory usage during broadcasts (#1233) 2 years ago
simple_client.py Context manager interface for the simple clients 2 years ago
tornado.py Improved project structure 4 years ago
zmq_manager.py Do not automatically import zmq 3 years ago