aio-libs / aiohttp-sse

Server-sent events support for aiohttp
Other
197 stars 36 forks source link

Don't fail worker on SSE-delivery exception #430

Closed Olegt0rr closed 8 months ago

Olegt0rr commented 8 months ago

What do these changes do?

Makes worker example durable to delivery exceptions

Are there changes in behavior for the user?

No

Related issue number

Closes #429

Checklist

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (21cb76e) 99.47% compared to head (cd28e1d) 99.49%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #430 +/- ## ========================================== + Coverage 99.47% 99.49% +0.01% ========================================== Files 4 4 Lines 381 394 +13 Branches 45 45 ========================================== + Hits 379 392 +13 Misses 1 1 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.