jmonkeyengine/jme3-networking
Paul Speed 0d8fe2ac22 Created a LazyMessageBuffer class that differs from GreedyMessageBuffer only
in that it delays serialization until the message is requested.  This should
fix the issue where the initial server messages would sometimes fail to
deserialize because the serialization registration message hadn't been processed
before the other messages in the block were deserialized.  Now each message will
be deserialized as it is encountered.
In the end the fix was simple enough that it's probably only a 2-3 line change to
MessageProtocol in JME 3.2 if someone wants to back port the fix.  (Just queue
up ByteBuffer instead of Message.)
2019-09-08 21:17:04 -04:00
..
2014-03-21 02:32:11 +01:00