We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c1283 commit 87a0b15Copy full SHA for 87a0b15
template/server/messaging.py
@@ -350,6 +350,7 @@ async def execute(
350
logger.warning(
351
f"WebSocket connection lost while sending execution request, {i + 1}. reconnecting...: {str(e)}"
352
)
353
+ del self._executions[message_id]
354
await self.reconnect()
355
else:
356
logger.error("Failed to send execution request due to unknown error")
0 commit comments