Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
header size = 5 byte
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Nov 16, 2020
1 parent 30c255a commit a2505c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -133,7 +133,7 @@ class ModifiersSpec(maxMessageSize: Int) extends MessageSpecV1[ModifiersData] wi
override val messageCode: MessageCode = MessageCode
override val messageName: String = MessageName

private val HeaderLength = 9 // msg type Id + modifiersCount
private val HeaderLength = 5 // msg type Id + modifiersCount

override def serialize(data: ModifiersData, w: Writer): Unit = {

Expand Down

0 comments on commit a2505c7

Please sign in to comment.