go.xtream-codes
go.xtream-codes copied to clipboard
Missing incomplete Database server message handling
ProtocolV3.visit() have no implementation to handle incomplete messages over non-blocking socket channel.
socketChannel.read(readBuffer) directly update BEFrame 'tag' and 'state' expecting message to be in a complete state.
Hi, would you be able to provide a unit test that displays the problem? Otherwise I'll try to do it.