It looks like I'm getting stuck in this loop: https://github.com/dliverman/eve-market-ping-map/blob/master/ws_server.py#L163
When the use closes the page, the subscriber socket never closes. Each greenlet gets stuck in the infinite loop. It seems like I need a way to poll with each loop iteration, but not block. like this is currently doing: system_id = subscriber.recv() Any ideas? Greg _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
