What steps will reproduce the problem?
1. Create a client, add a listener with received(Connection connection, Object
o) that logs o.getClass().toString()
2. Connect to a server, stay idle
3. See FrameworkMessage.KeepAlive messages
What is the expected output? What do you see instead?
I assume those messages should be considered internal to the framework and
hidden to the API consumers.
What version of the product are you using? On what operating system?
http://kryonet.googlecode.com/svn/trunk@132
Please provide any additional information below.
Can be tested using the commit 6a8677496f018553c5ef2bceca3df63c4ed48a26 of
https://github.com/pcarrier/kryoflood with 2+ clients, and
removing the "else if (o instanceof FrameworkMessage.KeepAlive) {}" workaround.
Original issue reported on code.google.com by pie...@spotify.com on 21 Jan 2013 at 1:28
Original issue reported on code.google.com by
pie...@spotify.com
on 21 Jan 2013 at 1:28