Mayuki Sawatari

Results 88 comments of Mayuki Sawatari

We can now reproduce this in our environment and identify request cancellations with the GOAWAY frame. However, we need to decide whether to handle retries on the Rust side or...

From the message `RemoteCertificateNameMismatch`, it appears that there is a problem with the name of the certificate not matching. Try connecting to that port with `HttpClient` and see if an...

ClientFilter is a mechanism for MagicOnion's Unary, and does not support other streaming and so on. This is because StreamingResult is almost equivalent to exposing the gRPC API.

At the moment, MagicOnion do not support Native AOT on the server or client. We would like to support it in the future.

A more detailed error may be available by using YetAnotherHttpHandler 1.4.1. Could you give me that error if possible?

We understand that there are cases where it is needed, but we have no plans to support it at this time. The hyper_proxy crate has been four years since it...

Does this mean you want support for dual mode with MessagePack and MemoryPack?

This relates to how ASP.NET Core handles endpoints and how grpc-dotnet handles methods. ASP.NET Core does not support content negotiation within the same endpoint. grpc-dotnet also handles handler and marshaller...