aio-libs / aiohttp-sse

Server-sent events support for aiohttp
Other
194 stars 35 forks source link

Graceful example worked fails on browser reconnect #429

Closed Olegt0rr closed 6 months ago

Olegt0rr commented 6 months ago

Gathering tasks in worker may fail all worker on a single failed connection, since gather will raise an exception.

https://github.com/aio-libs/aiohttp-sse/blob/be53173416f6ff820a3eb01fff53efd8b70edf33/examples/graceful_shutdown.py#L29-L46