Compare commits

..

No commits in common. "10fad32049a803bf996ddde76eeaf7a235198d63" and "e006d853026ce5e4421a0803c26f0ed2e15b2691" have entirely different histories.

View file

@ -716,9 +716,7 @@ class TeamsbotService:
interface = interfaceDb.getInterface(self.currentUser, self.mandateId, self.instanceId) interface = interfaceDb.getInterface(self.currentUser, self.mandateId, self.instanceId)
# Reuse existing SSE event queue if a consumer (SSE generator) already # Initialize SSE event queue
# holds a reference; replacing it would strand the SSE stream.
if sessionId not in sessionEvents:
sessionEvents[sessionId] = asyncio.Queue() sessionEvents[sessionId] = asyncio.Queue()
try: try: