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
Allocations are all from PooledByteBufferWriter. I think we basically doubled the size of it by adding a Stream field to it, and making it inherit from PipeWriter which has a private Stream field as well. So it went from int and byte[], to int, byte[], Stream, Stream.
The text was updated successfully, but these errors were encountered: