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
write method of UInt32Writer should has a param of type Long, not integer.
The current version will have a problem when encoding uint32 like 2282200012 (which is beyond the limit of integer).
write method of UInt32Writer should has a param of type Long, not integer.
The current version will have a problem when encoding uint32 like 2282200012 (which is beyond the limit of integer).