##// 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