Depends on D4326
This is a bug fix which was spotted in https://phab.comm.dev/D4228#121209
The problem was, we didn't wait for the `getReactor` to gracefully terminate in the `PullBackupReactor`. The result was, if the client stopped working, the whole service crashed. Now it just shows an error and all objects are deleted properly.