fastapi_websocket_pubsub
fastapi_websocket_pubsub copied to clipboard
EventBroadcaster: Introduce connect & close + Clean code a bit
connect method is important to be able to retry connections (Specifically from opal server) without using the cumbersome __aenter__