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
[Proto] Fix ProtoWriter buffer growth for large byte arrays
Adjusts ProtoWriter to account for varint length prefix when growing the buffer before writing large byte arrays. Adds a test to verify correct encoding and decoding of 1MB byte arrays.
0 commit comments