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
In the very rare cases where the underlying stream can only accept a small number of bytes for the first write call, the VarIntWriter functions will behave incorrectly, discarding the bytes that aren't written in the first call. I believe these calls should be replaced with write_all
The text was updated successfully, but these errors were encountered:
In the very rare cases where the underlying stream can only accept a small number of bytes for the first
write
call, theVarIntWriter
functions will behave incorrectly, discarding the bytes that aren't written in the first call. I believe these calls should be replaced withwrite_all
The text was updated successfully, but these errors were encountered: