Sending messages via websocket becomes very slow when there are a large number of clients
I am developing a whiteboard app in rust using fastwebsockets library. I want my app to handle ~10000 active users: 500 of them are supposed to constantly send data to websocket, which is broadcasted to other users in the room.