pyzmq/zmq/eventloop
MinRK 376c3efd46 don't close sockets in a callback
Closing a stream after IOLoop has stopped results in the socket never being closed.

If you want to schedule socket closure, use add_callback(stream.close)
2014-05-01 16:06:22 -07:00
..
minitornado remove accidental print statement 2013-12-19 12:46:17 -08:00
__init__.py fix 2.5,3.x version breaks in eventloop 2010-11-15 22:34:15 -08:00
ioloop.py use initialize instead of __init__ 2014-04-22 15:57:43 -07:00
zmqstream.py don't close sockets in a callback 2014-05-01 16:06:22 -07:00