fastapi_websocket_pubsub
fastapi_websocket_pubsub copied to clipboard
A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
Hi My application is long running and the client will subscribe and unsubscribe to different topics during its lifetime. To this end this PR adds an `unsubscribe` method to go...
fix: improve error handling and logging in EventBroadcaster - Add dedicated connection method with proper error handling and logging - Improve error visibility by logging connection failures at ERROR level...