go.xtream-codes icon indicating copy to clipboard operation
go.xtream-codes copied to clipboard

Missing incomplete Database server message handling

Open sssinghsyr opened this issue 6 years ago • 1 comments

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.

sssinghsyr avatar Aug 08 '18 16:08 sssinghsyr

Hi, would you be able to provide a unit test that displays the problem? Otherwise I'll try to do it.

alexanderkjall avatar Aug 11 '18 14:08 alexanderkjall