• Guillaume Hervier's avatar
    Exit stalled requests on connection error. · 2cfa90a4
    Guillaume Hervier authored
    If the SSH connection stalled or just existed during a restore, the whole process would stall as it waits for requests which will never finish.
    
    This MR makes the connection propagate the `ConnectionQuit` exception to stalled requests when the connection is cut in the middle of the process, so they will terminate with an exception and raise it, exiting the whole program instead of making it stall
    
    /reviewed-on !6
    2cfa90a4
connection.py 18.5 KB