fastapi-distributed-websocket
                                
                                
                                
                                    fastapi-distributed-websocket copied to clipboard
                            
                            
                            
                        A library to implement websocket for distibuted system based on FastAPI.
## Feature or enhancement Make the `README.md` examples consistent with how the library actually works. ## Issue One of the examples of how to receive data in the `README.md` is...
Thank you for this wonderful project. I was trying to implement to send message to all active connections, but when I'm trying with multiple uvicorn workers It's not working. Could...
https://github.com/DontPanicO/fastapi-distributed-websocket/issues/45
is it typo?
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.95.0 to 0.100.0. Release notes Sourced from fastapi's releases. 0.100.0 ✨ Support for Pydantic v2 ✨ Pydantic version 2 has the core re-written in Rust and includes...
Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.6.0. Release notes Sourced from redis's releases. 4.6.0 Changes 🧪 Experimental Features Support JSON.MERGE command (#2761) Support JSON.MSET command (#2766) 🚀 New Features Extract abstract...
Bumps [websockets](https://github.com/aaugustin/websockets) from 11.0.1 to 11.0.3. Release notes Sourced from websockets's releases. 11.0.3 See https://websockets.readthedocs.io/en/stable/project/changelog.html for details. 11.0.2 See https://websockets.readthedocs.io/en/stable/project/changelog.html for details. Commits bf858ac Add changelog for previous commit. 1a7cf26...
Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.21.1 to 0.22.0. Release notes Sourced from uvicorn[standard]'s releases. Version 0.22.0 Added Add --timeout-graceful-shutdown parameter (#1950) Handle SIGBREAK on Windows (#1909) Fixed Shutdown event is now being...
Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.3.1 to 2.0.0.post2. Changelog Sourced from email-validator's changelog. 2.0.0 (April 15, 2023) This is a major update to the library, but since email address specs haven't changed...
## Feature or Enhancement Move from `asyncio.gather` to `asyncio.TaskGroup` in `WebSocketProxy.__call__`. ## Pitch `asyncio.TaskGroup` (only available wih *Python >= 3.11*) has a more structured cancellation logic and (as stated from...