doctorseus / grpc-dotnet-unity

Custom HttpClientHandler to enable grpc-dotnet client in Unity via HTTP2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing headers/metadata support is not implemented

doctorseus opened this issue · comments

Metadata headers are not fully supported yet. As we currently only allow well-known trailing headers any custom headers (gRPC metadata) will not arrive on the client side. This needs fixing and test cases.

Fixed with v1.2.0.