Merge branch 'int'
All checks were successful
Deploy Plattform-Core / test (push) Successful in 46s
Deploy Plattform-Core / deploy (push) Successful in 33s

This commit is contained in:
ValueOn AG 2026-06-05 10:39:06 +02:00
commit 10fad32049

View file

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