What steps will reproduce the problem?
1. client & server have the same protocol.
2. 1 new token added to enum. server updated to use new protocol.
3. server send message to the client(with old api) with value set to new token
from enum.
4. IOError(value + " is invalid for " + enumTypeDescription.@name) thrown on
message.toString()
What is the expected output? What do you see instead?
no Error thrown
What version of the product are you using? On what operating system?
2.4.1
Please provide any additional information below.
Original issue reported on code.google.com by siarhei....@gmail.com on 26 Nov 2012 at 10:18