mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix the cleanup task
This commit is contained in:
@@ -1344,8 +1344,6 @@ class MessaggingSocketManager:
|
||||
self._cleanup_task = asyncio.create_task(self.cleanup_stale_typing_indicators())
|
||||
|
||||
messagingManager = MessaggingSocketManager()
|
||||
# Start the cleanup task
|
||||
messagingManager.start_cleanup_task()
|
||||
|
||||
@router.websocket("/chat/ws")
|
||||
async def chat_websocket(
|
||||
|
||||
Reference in New Issue
Block a user