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 8e3460c5fc
Async versions of enter_room and leave_room should be coroutines (breaking change)
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 2 years ago
asyncio_client.py Simplified client (#1237) 2 years ago
asyncio_manager.py Async versions of enter_room and leave_room should be coroutines (breaking change) 2 years ago
asyncio_namespace.py Async versions of enter_room and leave_room should be coroutines (breaking change) 2 years ago
asyncio_pubsub_manager.py Remove unneeded arguments from super() 2 years ago
asyncio_redis_manager.py Correct handling of RedisError exception (Fixes #919) 3 years ago
asyncio_server.py Async versions of enter_room and leave_room should be coroutines (breaking change) 2 years ago
asyncio_simple_client.py Context manager interface for the simple clients 2 years ago
base_manager.py Async versions of enter_room and leave_room should be coroutines (breaking change) 2 years ago
client.py Simplified client (#1237) 2 years ago
exceptions.py Simplified client (#1237) 2 years ago
kafka_manager.py Remove unneeded arguments from super() 2 years ago
kombu_manager.py Remove unneeded arguments from super() 2 years ago
middleware.py Remove unneeded arguments from super() 2 years ago
msgpack_packet.py Support optional payloads in msgpack implementation (#981) 3 years ago
namespace.py Remove unneeded arguments from super() 2 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 4 years ago
pubsub_manager.py Remove unneeded arguments from super() 2 years ago
redis_manager.py Remove unneeded arguments from super() 2 years ago
server.py Add a shutdown() function for the server 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 Remove unneeded arguments from super() 2 years ago