Skip to content

Commit 87a0b15

Browse files
committed
Clean up
1 parent a2c1283 commit 87a0b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/server/messaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ async def execute(
350350
logger.warning(
351351
f"WebSocket connection lost while sending execution request, {i + 1}. reconnecting...: {str(e)}"
352352
)
353+
del self._executions[message_id]
353354
await self.reconnect()
354355
else:
355356
logger.error("Failed to send execution request due to unknown error")

0 commit comments

Comments
 (0)