Skip to content

Instantly share code, notes, and snippets.

View ghostnoop's full-sized avatar
🏠
Working from home

Marat ghostnoop

🏠
Working from home
View GitHub Profile
import asyncio
from collections import defaultdict
from starlette.websockets import WebSocket, WebSocketDisconnect
from infrastructure.consumer.interface import BaseConsumerManagerI
from infrastructure.key_value_db.interface import BasePubSubManagerI
class EventManager: