v2.1.37
- Add
FullDuplexStream.CreatePipePair - Add
PrefixingBufferWriter<T>which implementsIBufferWriter<T>with the ability to reserve space to fill in some header after writing the payload. - Add
Sequence<T>.MinimumSpanLengthwhich prevents allocating many very small spans due to serializer patterns. - Add
Sequence<T>.ctor(ArrayPool<T>)for reduced GC compared to theMemoryPool<T>constructor.