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.
asuka bd39b8f215
Improved routing to catch-all namespace handlers (#1316)
1 year ago
..
__init__.py Internal code restructure (no functional changes) 2 years ago
admin.py Reporting to Socket.IO Admin UI (#1164) 2 years ago
asgi.py Option to disable routing in ASGIApp 1 year ago
async_admin.py Reporting to Socket.IO Admin UI (#1164) 2 years ago
async_aiopika_manager.py Internal code restructure (no functional changes) 2 years ago
async_client.py Optional connection retries (Fixes #1306) 1 year ago
async_manager.py Reporting to Socket.IO Admin UI (#1164) 2 years ago
async_namespace.py Internal code restructure (no functional changes) 2 years ago
async_pubsub_manager.py Prevent pubsub managers from ever crashing 1 year ago
async_redis_manager.py Internal code restructure (no functional changes) 2 years ago
async_server.py Hold references to background tasks to avoid garbage collection (Fixes #1191) 1 year ago
async_simple_client.py Documentation typos 1 year ago
base_client.py Improved catch-all handler documentation 1 year ago
base_manager.py Reporting to Socket.IO Admin UI (#1164) 2 years ago
base_namespace.py Internal code restructure (no functional changes) 2 years ago
base_server.py Improved routing to catch-all namespace handlers (#1316) 1 year ago
client.py Optional connection retries (Fixes #1306) 1 year 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
manager.py Internal code restructure (no functional changes) 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 Internal code restructure (no functional changes) 2 years ago
packet.py Use correct binary packet types in the msgpack packet encoder (Fixes #811) 4 years ago
pubsub_manager.py Prevent pubsub managers from ever crashing 1 year ago
redis_manager.py Remove unneeded arguments from super() 2 years ago
server.py Clearer documentation for the `max_http_buffer_size` argument (Fixes #1272) 1 year ago
simple_client.py Documentation typos 1 year ago
tornado.py Add support for Python 3.12 and drop 3.7 (#1297) 1 year ago
zmq_manager.py Remove unneeded arguments from super() 2 years ago