mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +03:00
Add capacity note about process-local channels.
This commit is contained in:
parent
bbff928152
commit
294e60504e
|
@ -309,6 +309,10 @@ for example, a web application trying to send a response body will likely
|
|||
wait until it empties out again, while a HTTP interface server trying to
|
||||
send in a request would drop the request and return a 503 error.
|
||||
|
||||
Process-local channels must apply their capacity on the non-local part (that is,
|
||||
up to and including the ``!`` character), and so capacity is shared among all
|
||||
of the "virtual" channels inside it.
|
||||
|
||||
Sending to a group never raises ChannelFull; instead, it must silently drop
|
||||
the message if it is over capacity, as per ASGI's at-most-once delivery
|
||||
policy.
|
||||
|
|
Loading…
Reference in New Issue
Block a user