]
Work on ISPN-7364 started by William Burns.
-------------------------------------------
SingleFrameDecoder is not applied to hot rod tests
--------------------------------------------------
Key: ISPN-7364
URL:
https://issues.jboss.org/browse/ISPN-7364
Project: Infinispan
Issue Type: Bug
Reporter: William Burns
Assignee: William Burns
Single frame decoder is designed to find replay issues with async based netty protocol.
Unfortunately it isn't applied to the tests properly. This can cause issues if a
socket cannot read an entire message, when it is retried. This has let some bugs leak in,
that need to be plugged!