DotNetty icon indicating copy to clipboard operation
DotNetty copied to clipboard

mark GetUnadjustedFrameLength (LengthFieldBasedFrameDecoder.cs) as virtual

Open dimdeli opened this issue 5 years ago • 0 comments

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!

dimdeli avatar Jul 31 '19 10:07 dimdeli