DotNetty
DotNetty copied to clipboard
mark GetUnadjustedFrameLength (LengthFieldBasedFrameDecoder.cs) as virtual
We faced an implementation with a 6 bytes ASCII encoded length field header.
So it would be pretty cool to inherit from LengthFieldBasedFrameDecoder and have the ability just to override this method in order to decode the length field appropriately!