• Jim Fulton's avatar
    Changed the way that the storage is closed. Our close method may be · 0c744101
    Jim Fulton authored
    called from a separate thread than the async main loop. We only want
    the async main loop to close our _call (rpc) object. Instead of
    closing it directly, we call closeIntensionally(), which, in return,
    requests that the async main loop closes it, via the select trigger.
    0c744101
zrpc.py 8.8 KB