Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.4.0
-
None
Description
NettyMessage may be improved slightly performance-wise in these regards:
- in NettyMessage.NettyMessageDecoder#decode(): instead of having multiple if-elseif-... use a switch to cycle through the message ID
- use a static NettyMessage subtype readFrom(ByteBuf buffer) - we do not really need to have a virtual function here
Attachments
Issue Links
- links to