fastapi_websocket_pubsub
fastapi_websocket_pubsub copied to clipboard
Fix latest EventBroadcaster change to keep original behavior
Moving the broadcaster channel disconnect call to __aexit__ would not necessarily behave the same as calling disconnect upon exiting the reader task.