hello, I'm using tornado as a websocket server.
and there is another program using zmq pub socket to privide some data.

so I'm using  io_loop.add_timeout to loop checking sub socket,
and I think it is not a good way, how can I integrate tornado and zeromq?

here is my code:
https://github.com/halida/snake-challenge/blob/master/srcs/websocket_server.py
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to