mirror of
https://github.com/tanrax/org-social-relay
synced 2026-06-05 02:16:31 +02:00
045e647ed2
Sync generators blocked uvicorn's event loop preventing chunks from being flushed. Converts to async generators with redis.asyncio so streaming works correctly under ASGI. Adds /sse/ nginx location with proxy_buffering off and 1h read timeout.