mirror of
https://github.com/django/daphne.git
synced 2025-07-13 01:12:17 +03:00
If the declaration of a binding happens after the ``ready``-method of channels has run, the binding was not registered. With this it will be registered at declaration. This also ensures that no registration happens before the ``ready``-method runs. |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
websockets.py |