mark GetUnadjustedFrameLength (LengthFieldBasedFrameDecoder.cs) as virtual
Open
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
Assessment
This issue has not been assessed yet.