Open GoogleCodeExporter opened 9 years ago
And this can be reproduced when running server and clients in completely
separate processes as well.
For example:
% java -cp lib/kryonet-2.18-all.jar:target/kryoflood-1.0-SNAPSHOT.jar
com.github.pcarrier.kryoflood.Main s &
% java -cp lib/kryonet-2.18-all.jar:target/kryoflood-1.0-SNAPSHOT.jar
com.github.pcarrier.kryoflood.Main c &
% java -cp lib/kryonet-2.18-all.jar:target/kryoflood-1.0-SNAPSHOT.jar
com.github.pcarrier.kryoflood.Main c
Original comment by pie...@spotify.com
on 21 Jan 2013 at 12:31
[deleted comment]
I assume this is more or less an expected behaviour and that "I should take my
precautions", but it seems that the server could catch this and return an
exception, instead of failing in flight and breaking the client's state.
Original comment by pie...@spotify.com
on 21 Jan 2013 at 1:37
Original issue reported on code.google.com by
pie...@spotify.com
on 21 Jan 2013 at 12:14