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 Encoder.Next(), every read creates a blob even if you only read one byte. Instead it should keep reading until it has a full blob's worth of data or hits EOF.
The text was updated successfully, but these errors were encountered:
In
Encoder.Next()
, every read creates a blob even if you only read one byte. Instead it should keep reading until it has a full blob's worth of data or hits EOF.The text was updated successfully, but these errors were encountered: