Skip to content
Commit 75d33d90 authored by David Faure's avatar David Faure
Browse files

Fix infinite loop if socket was unconnected while in readCommand().

Not sure how this happened, but I had akonadiserver use 100% CPU because
of this while() loop, given that waitForReadyRead() returns immediately
if the socket is in UnconnectedState.

(cherry picked from commit 1b78ff45)
parent a8b6382b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment