mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
- event_generator now yields {event: 'ping', data: ''} on KEEPALIVE_TIMEOUT
instead of silently looping. Gives SSE clients stream-level liveness signal.
- _collect_events helper now enforces its timeout parameter via asyncio.wait_for,
preventing tests from hanging indefinitely if generator never yields.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin.py | ||
| cookies.py | ||
| downloads.py | ||
| files.py | ||
| formats.py | ||
| health.py | ||
| sse.py | ||
| system.py | ||
| themes.py | ||