• Jim Fulton's avatar
    Fixed read-only fallback. · 6134baab
    Jim Fulton authored
    We were sending lastTransaction requests while register requests were
    in-flight.  If register failed, then the lastTransaction request was
    invalid, causing the connection to be closed. :(
    
    When we update the server, we'll have register return lastTransaction
    and probably info, since the client wants that information on connect.
    6134baab
client.py 32.4 KB