mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 06:18:11 -07:00
Retry monitor audio starts after stale token responses
This commit is contained in:
@@ -1336,6 +1336,7 @@ def start_audio() -> Response:
|
||||
'message': 'Superseded audio start request',
|
||||
'source': audio_source,
|
||||
'superseded': True,
|
||||
'current_token': audio_start_token,
|
||||
}), 409
|
||||
audio_start_token = request_token
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user