fastapi_websocket_pubsub icon indicating copy to clipboard operation
fastapi_websocket_pubsub copied to clipboard

A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️

Results 14 fastapi_websocket_pubsub issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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...