mirror of
https://github.com/django/daphne.git
synced 2025-07-13 09:22:17 +03:00
Don't waffle about ordering guarantees
This commit is contained in:
parent
e042da5bc1
commit
eed6e5e607
|
@ -11,8 +11,7 @@ In addition to the standards outlined below, each message may contain a
|
||||||
separate connection and data receiving messages (like WebSockets) will only
|
separate connection and data receiving messages (like WebSockets) will only
|
||||||
contain the connection and detailed client information in the first message;
|
contain the connection and detailed client information in the first message;
|
||||||
use the ``@channel_session`` decorator to persist this data to consumers of
|
use the ``@channel_session`` decorator to persist this data to consumers of
|
||||||
the received data (the decorator will take care of handling persistence and
|
the received data (or something else based on ``reply_channel``).
|
||||||
ordering guarantees on messages).
|
|
||||||
|
|
||||||
All messages must be able to be encoded as JSON; channel backends don't
|
All messages must be able to be encoded as JSON; channel backends don't
|
||||||
necessarily have to use JSON, but we consider it the lowest common denominator
|
necessarily have to use JSON, but we consider it the lowest common denominator
|
||||||
|
|
Loading…
Reference in New Issue
Block a user