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
I faced the same problem. According to the wikipedia article about Variable-length quanitity only unsigned integers are defined in the basic implementation. So you need another variant of varint like ZigZag encoding.
Using varint.encode(-1) makes the program indefinitely stall.
Is this expected behaviour, because I really need to be able to write negative varints.
The text was updated successfully, but these errors were encountered: