watchdog timers are disabled by default use enable_watchdog_timers
This commit is contained in:
@@ -687,7 +687,9 @@ class GeminiMultimodalLiveLLMService(LLMService):
|
||||
#
|
||||
|
||||
async def _receive_task_handler(self):
|
||||
async for message in WatchdogAsyncIterator(self._websocket, reseter=self):
|
||||
async for message in WatchdogAsyncIterator(
|
||||
self._websocket, reseter=self, watchdog_enabled=self.watchdog_timers_enabled
|
||||
):
|
||||
evt = events.parse_server_event(message)
|
||||
# logger.debug(f"Received event: {message[:500]}")
|
||||
# logger.debug(f"Received event: {evt}")
|
||||
|
||||
Reference in New Issue
Block a user