remove main queue completely

This commit is contained in:
Timothy Pogue
2022-11-14 22:21:40 -07:00
parent 659c8c237f
commit d713af045f
3 changed files with 6 additions and 49 deletions

View File

@@ -148,7 +148,8 @@ async def message_endpoint(
channel_broadcaster(channel, message_stream)
)
await channel_tasks
except WebSocketChannelClosed:
pass
finally:
logger.info(f"Channel disconnected - {channel}")
channel_tasks.cancel()