wangxiangyu
Results
2
issues of
wangxiangyu
I send stream output to stdout in shellHandler. So when the conn is closed, I need to terminate the handler function. So How can the server detect conn is closed?...
hi, all I am try to use kazoo with SequentialGeventHandler in an interactive way(ipython). Here is the command: In [1]: from kazoo.client import KazooClient In [2]: from kazoo.handlers.gevent import SequentialGeventHandler...