What's Changed
- Implement initial
StreamAPI support by @mgravell in https://github.com/protobuf-net/protobuf-net.Grpc/pull/341- (and fix initial memory recycling error, https://github.com/protobuf-net/protobuf-net.Grpc/pull/342)
- Add support for
IAsyncDisposableby @mgravell in https://github.com/protobuf-net/protobuf-net.Grpc/pull/272 - Improve service trace message by @pingvin13...