DontPanicO / fastapi-distributed-websocket

A library to implement websocket for distibuted system based on FastAPI.
MIT License
52 stars 10 forks source link

Please Provide Example with multiple workers #47

Open Ryuk-me opened 10 months ago

Ryuk-me commented 10 months ago

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 you please share an example code.