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.
sparkingdark b2580ccd25 formatted code 3 years ago
..
__init__.py Improved project structure 4 years ago
asgi.py Improved project structure 4 years ago
asyncio_aiopika_manager.py Migrate async Redis client manager to aioredis 2.x (Fixes #771) 4 years ago
asyncio_client.py Do not invoke reserved events on a catch-all handler (Fixes #814) 4 years ago
asyncio_manager.py Improved project structure 4 years ago
asyncio_namespace.py Add missing call() method to namespace classes (Fixes #800) 4 years ago
asyncio_pubsub_manager.py Migrate async Redis client manager to aioredis 2.x (Fixes #771) 4 years ago
asyncio_redis_manager.py Configure Redis pubsub to skip subscription messages 4 years ago
asyncio_server.py Do not invoke reserved events on a catch-all handler (Fixes #814) 4 years ago
base_manager.py Return error packet if client connects to an already connected namespace 4 years ago
client.py Do not invoke reserved events on a catch-all handler (Fixes #814) 4 years ago
exceptions.py Improved project structure 4 years ago
kafka_manager.py formatted code 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) 4 years ago
namespace.py Add missing call() method to namespace classes (Fixes #800) 4 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 4 years ago
pubsub_manager.py Implement disconnect method for external processes (Fixes #684) 4 years ago
redis_manager.py Configure Redis pubsub to skip subscription messages 4 years ago
server.py Do not invoke reserved events on a catch-all handler (Fixes #814) 4 years ago
tornado.py Improved project structure 4 years ago
zmq_manager.py Improved project structure 4 years ago