mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 12:01:09 +00:00
Fixed isolate Jetson manual e2e and stabilize SSE warmup
This commit is contained in:
@@ -409,6 +409,7 @@ async def detect_events(channel_id: str, request: Request, after_ts: Optional[in
|
||||
|
||||
async def event_generator():
|
||||
try:
|
||||
yield ": connected\n\n"
|
||||
if after_ts is not None:
|
||||
for ts_ms, data in list(_channel_buffers.get(channel_id, [])):
|
||||
if ts_ms > after_ts:
|
||||
|
||||
Reference in New Issue
Block a user