Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.3.1
-
None
Description
RemoteManager protocol does not assert how many lines are to be expected when dealing with it, so readAnsers.getLast sometimes read an incomplete answer and is not correct.
In trunk we fixed this by specifying how many lines we expect each time we write a new command.
It should be backported