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 0e7691b776
Use new asyncio support in redis package (Fixes #911)
3 years ago
..
__init__.py Improved project structure 4 years ago
asgi.py Improved project structure 4 years ago
asyncio_aiopika_manager.py fixed #897: compatibility with aio-pika>=7 (#900) 3 years ago
asyncio_client.py Connect with an empty auth object instead of None (Fixes #861) 3 years ago
asyncio_manager.py Improved project structure 4 years ago
asyncio_namespace.py Add missing call() method to namespace classes (Fixes #800) 3 years ago
asyncio_pubsub_manager.py Catch and log errors in pubsub listening thread (Fixes #889) 3 years ago
asyncio_redis_manager.py Use new asyncio support in redis package (Fixes #911) 3 years ago
asyncio_server.py Do not invoke reserved events on a catch-all handler (Fixes #814) 3 years ago
base_manager.py Return error packet if client connects to an already connected namespace 4 years ago
client.py Connect with an empty auth object instead of None (Fixes #861) 3 years ago
exceptions.py Improved project structure 4 years ago
kafka_manager.py Support multiple Kafka servers 3 years ago
kombu_manager.py Improved project structure 4 years ago
middleware.py Improved project structure 4 years ago
msgpack_packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 3 years ago
namespace.py Add missing call() method to namespace classes (Fixes #800) 3 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 3 years ago
pubsub_manager.py Catch and log errors in pubsub listening thread (Fixes #889) 3 years ago
redis_manager.py Configure Redis pubsub to skip subscription messages 3 years ago
server.py Do not invoke reserved events on a catch-all handler (Fixes #814) 3 years ago
tornado.py Improved project structure 4 years ago
zmq_manager.py Improved project structure 4 years ago