mirror of
https://github.com/django/daphne.git
synced 2026-01-08 01:00:57 +03:00
* improved @enforce_ordering to leverage a wait channel to avoid spinlocks * addressed pyflake issues * renamed wait channel to __wait__.<reply channel> * handled potential ChannelFull exception * updated sessions unit tests * updated enforce_ordering tests to reflect new approach of leveraging wait channels * addressed pyflake issues * more pyflake fixes * removed close_on_error handling on enforce_ordering since only worked on websockets |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| settings.py | ||
| test_handler.py | ||
| test_request.py | ||
| test_routing.py | ||
| test_sessions.py | ||
| test_worker.py | ||