--- a/LPCManager.py Wed Feb 20 18:45:28 2013 +0100 +++ b/LPCManager.py Wed Feb 20 18:46:26 2013 +0100 @@ -1808,7 +1808,7 @@ def readline(self): idx = self.Buffer.find("\n") - if idx == -1: + while idx == -1: self.Buffer += self.socket.recv(2048) idx = self.Buffer.find("\n") if idx != -1: