Mayuki Sawatari

Results 41 comments of Mayuki Sawatari

Sure, the type can be captured at registration time, and I can fix the problem. However, considering the behaviour of `DefaultClientActivator` and a scenario of creating clients dynamically, I think...

Sorry for the confusing documentation. Currently on Unity you need to use C-core gRPC library. https://github.com/Cysharp/MagicOnion#support-for-unity-client

Sorry for the confusion. `USE_GRPC_NET_CLIENT` is code that will be needed in the future. Currently, you need to use Grpc.Core (C-core) in your Unity (Standalone, iOS, Android ...) application.

Since gRPC for .NET (C-core) development has been discontinued, we are also looking into ways to use grpc-dotnet (Grpc.Net.Client) in Unity apps. One option is waiting for Unity runtime upgrade...

We haven't verified it but expect it will probably work. MagicOnion relies on gRPC protocol between Kestrel and Grpc.Net.Client. If it does not work, please let us know.

.NET Core 2.1 is already officially unsupported by Microsoft and we do not support it either. But in general, if gRPC works, MagicOnion should also work. Try to make sure...

This is due to the timer accuracy of Windows. We are currently investigating and will fix this in the future.

Approaches to changing the accuracy of Windows timers to avoid this problem have been available for some time. https://stackoverflow.com/questions/3744032/why-are-net-timers-limited-to-15-ms-resolution `timeBeginPeriod` Win32 API can be used to change the timer accuracy...

This issue is troubling. For example, one approach would be to treat the value as an `Argument` if none of the options have numeric names. In this case, it is...

Sorry, There is currently no easy way to display help messages. However, You can call Cocona's core services and build and output help messages as well as the built-in commands....