Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.68k stars 417 forks source link

Upgrade Grpc.Net.Client in MagicOnion.Client #687

Closed taronlinge closed 8 months ago

taronlinge commented 8 months ago

Hi, are there any plans to upgrade the Grpc.Net.Client version in MagicOnion.Client? It looks like Grpc.Net.Client has support for netstandard2.0 starting in v2.36.0, but I'm not sure what implications this could have, removing the dependency on Grpc v2.35.0. Thanks!