mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +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
|
||||
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
|
||||
these channels appear globally consistent. The ``?`` is always preceded by
|
||||
the main channel name (e.g. ``http.response.body``) and followed by a
|
||||
|
|
Loading…
Reference in New Issue
Block a user