@VRonin said in problem with QLocalSocket sending continues data to QLocalServer:
This is not correct.
Damn, and sorry! I thought that it had said that, but not. I may have confused with
readyRead() is not emitted recursively; if you reenter the event loop or call waitForReadyRead() inside a slot connected to the readyRead() signal, the signal will not be reemitted (although waitForReadyRead() may still return true).