• Jim Fulton's avatar
    Some refactoring · e302ff45
    Jim Fulton authored
    Renamed connection_timeout to connect_poll and use it when reconnecting.
    
    Optimized hanfline of first messagem, as we did in zrpc, because it
    only occurs once. :)
    
    More/better comments.
    
    Move loop argument to front of constructor arguments.
    
    Added close/close_threadsafe to wait for connection on close.
    
    Added is_connected.
    
    Added new_addr.
    e302ff45
client.py 23.4 KB