mirror of
https://github.com/django/daphne.git
synced 2025-06-30 09:53:06 +03:00
Fixed minor doc typo.
This commit is contained in:
parent
355bf87782
commit
8f9d40b659
|
@ -14,7 +14,7 @@ could easily offload until after a response has been sent - like saving things
|
||||||
into a cache or thumbnailing newly-uploaded images.
|
into a cache or thumbnailing newly-uploaded images.
|
||||||
|
|
||||||
Channels changes the way Django runs to be "event oriented" - rather than
|
Channels changes the way Django runs to be "event oriented" - rather than
|
||||||
just responding to requests, instead Django responses to a wide array of events
|
just responding to requests, instead Django responds to a wide array of events
|
||||||
sent on *channels*. There's still no persistent state - each event handler,
|
sent on *channels*. There's still no persistent state - each event handler,
|
||||||
or *consumer* as we call them, is called independently in a way much like a
|
or *consumer* as we call them, is called independently in a way much like a
|
||||||
view is called.
|
view is called.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user