django / daphne

Django Channels HTTP/WebSocket server
BSD 3-Clause "New" or "Revised" License
2.32k stars 256 forks source link

Text streaming buffered issue #484

Closed messizqin closed 9 months ago

messizqin commented 9 months ago

Hi there, refer to this post: https://stackoverflow.com/questions/77209706/django-streaminghttpresponse-for-text-is-getting-buffered

With asgi application running with daphne, would u suppose what's buffering the text stream response would be related to daphne configuration?