I have a flask server using flask-socketio, and Angular frontend as a dashboard, and few clients. The dashboard (is also a client) is connected on different namespace ("/dashboard"). Similarly, the clients are also connected to a different namespace ("/clients") and also assigned to respective rooms (country wise).
Now I want to emit an event to a specific user (using request.sid) within a room of the client namespace.
P.S: This is my first time asking a question here so excuse the method :D