You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The byte size calculation in the getByteSize method of the MiniUserInfo class in packages/nps/messageStructs/MiniUserList.ts is incorrect. The current calculation includes an extra 4 bytes. The correct calculation should be 4 + this.userName.length + 1.
Please refer to the pull request for more details: #2037
The byte size calculation in the
getByteSize
method of theMiniUserInfo
class inpackages/nps/messageStructs/MiniUserList.ts
is incorrect. The current calculation includes an extra 4 bytes. The correct calculation should be4 + this.userName.length + 1
.Please refer to the pull request for more details: #2037
Comment URL: #2037 (comment)
The text was updated successfully, but these errors were encountered: