Mayuki Sawatari
Mayuki Sawatari
Further investigation revealed that inserting a 100ms sleep before sending the request causes both HEADERS and DATA to be sent at the same time. This behavior is not due to...
Whether a StreamingHub connection has been established can be determined by whether `ConnectAsync` throws an exception. If the connection is disconnected while receiving a message, you can handle it by...
At this time, we do not have any plans to add OpenAPI support. This is because ASP.NET Core OpenAPI support is only available in .NET 9 (STS) and later. However,...
You must use `UnaryResult` for the return type of MagicOnion's Unary. If you are looking for something equivalent to `void`, you can use the generic `UnaryResult`. In the case of...
We are planning to support Native AOT, but we have not yet decided on a specific schedule. This will require work such as supporting the Source Generator and Trimming, so...
In order to support Source Generator, several additional API designs are required (e.g., how to provide hints for discovering Service and Hub implementations). We plan to prototype Source Generator support...
At the moment, supporting KCP and RUDP is not on the roadmap. We understand that there is a need for these, so we would like to consider some kind of...
If we could distribute this library using NuGet, we would like to do so, but we are unable to do so for the following two reasons: - There is a...
It is possible to modify to directly return Task/ValueTask, but it requires modifications in various codes and the validity needs to be examined, so there are no plans for this...
This library is for implementing HTTP/2 clients (gRPC clients), and does not provide any functionality for implementing servers. Unfortunately, it will not help you run a gRPC server on your...