-1

I am planning to use GRPC with C# and unity for gaming application. Is it possible to use UDP transport underneath GRPC? Also, is it possible to use Cronet transport underneath GRPC?

  • Does [this](https://stackoverflow.com/a/323401/7111561) answer your question? – derHugo Sep 16 '20 at 11:44
  • Thanks! so just to confirm it is supported for C# version as well https://grpc.io/docs/languages/csharp/quickstart/ ? basically I am trying to develop a gaming application with C# and unity. – curry rocks Sep 16 '20 at 21:17

1 Answers1

0

gRPC has support for three transports at the current time - HTTP/2, Cronet and In-process

Refer - https://grpc.github.io/grpc/core/md_doc_core_transport_explainer.html

Yash Tibrewal
  • 427
  • 2
  • 4