Mayuki Sawatari
Mayuki Sawatari
It looks good to have ContentRoot in the same directory as the executable file. By the way, I couldn't reproduce it in my environment (Devcontainer), but could you tell me...
Apologies for the delay, but I have merged it. Thanks!
I apologize for the delay in responding. I checked into this issue and found that it only occurs when the External Editor is set to "Visual Studio Code". In other...
When I checked out the PR branch, specified “External Script Editor” as "Rider 2024.2.1", and generated a csproj, I got the same error as when using Visual Studio.  -...
MagicOnion uses gRPC as its message protocol, so the available transport protocols are limited to those that HttpHandler and ASP.NET Core (Kestrel) can support. For example, SocketsHttpHandler and Kestrel support...
If we separate it from ASP.NET Core, I expect that it won't be that difficult to run gRPC over RUDP without HTTP/2, but at the moment, many parts of MagicOnion.Server...
To use gRPC (HTTP/2) with Azure App Service or Azure Container Apps, you need to configure it. https://learn.microsoft.com/en-us/azure/app-service/configure-grpc https://learn.microsoft.com/en-us/azure/container-apps/ingress-overview
/benchmark
It is possible to use MagicOnion on WebGL by using GrpcWebSocketBridge, but we are not in a state of official support or confirming it works.
I'm very sorry, but it seems that there is a bug in the sample code. If you fix `WithAuthenticationFilter.SendAsync` as follows, it will work. ```csharp public async ValueTask SendAsync(RequestContext context,...