##// END OF EJS Templates
SUB channel _handle_recv is now greedy....
SUB channel _handle_recv is now greedy. This change is needed so that a single ioloop iteration will handle all of the messages that have been received. Otherwise the ioloop has to run multiple time to get everything.
Brian Granger -
r2694:3ed0a1d7
Show More
Name Size Modified Last Commit Author
/ IPython / zmq
__init__.py Loading ...
blockingkernelmanager.py Loading ...
completer.py Loading ...
frontend.py Loading ...
kernel.py Loading ...
kernelmanager.py Loading ...
ktest.py Loading ...
session.py Loading ...