mirror of
https://github.com/django/daphne.git
synced 2025-07-14 01:42:17 +03:00
? IS QUESTION MARK
This commit is contained in:
parent
e31e326f10
commit
4a42ae9529
|
@ -123,7 +123,7 @@ so that a querying client only sees some portion of the messages. Calling
|
||||||
``receive_many`` on these channels does not guarantee that you will get the
|
``receive_many`` on these channels does not guarantee that you will get the
|
||||||
messages in order or that you will get anything if the channel is non-empty.
|
messages in order or that you will get anything if the channel is non-empty.
|
||||||
|
|
||||||
*Single-reader channel* names contain an exclamation mark
|
*Single-reader channel* names contain an question mark
|
||||||
(``?``) character in order to indicate to the channel layer that it must make
|
(``?``) character in order to indicate to the channel layer that it must make
|
||||||
these channels appear globally consistent. The ``?`` is always preceded by
|
these channels appear globally consistent. The ``?`` is always preceded by
|
||||||
the main channel name (e.g. ``http.response.body``) and followed by a
|
the main channel name (e.g. ``http.response.body``) and followed by a
|
||||||
|
|
Loading…
Reference in New Issue
Block a user