-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.0.0
-
Component/s: Monitoring
-
None
The message size is being calculated based on ByteBuf.remaining(), but that has to happen before the byte buffer is sent to the stream. Otherwise remaining equals 0.