Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore local socket disconnect in initialization state
This seems to be a bug in the daemon recovery logic. The initialization steps starts with a QLocalSocket::abort() to clear the socket state and this can sometimes generate a disconnect signal, treating disconnection as an error can result in an infinite loop.
- Loading branch information