Compare commits
No commits in common. "10fad32049a803bf996ddde76eeaf7a235198d63" and "e006d853026ce5e4421a0803c26f0ed2e15b2691" have entirely different histories.
10fad32049
...
e006d85302
1 changed files with 2 additions and 4 deletions
|
|
@ -716,9 +716,7 @@ class TeamsbotService:
|
|||
|
||||
interface = interfaceDb.getInterface(self.currentUser, self.mandateId, self.instanceId)
|
||||
|
||||
# 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:
|
||||
# Initialize SSE event queue
|
||||
sessionEvents[sessionId] = asyncio.Queue()
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue