Reputation: 21
We're trying to build a server that utilizes "tornado.websocket.WebSocketHandler".
Opposite to what is demonstrated on "demos\websocket\chatdemo.py", we want every client to establish its own private session, not to broadcast the message to all connected subscribers.
How to identify individual "waiters" and deliver every message to the other client that is intended to receive it?
Upvotes: 2
Views: 1420
Reputation: 801
Upvotes: 1