79382599

Date: 2025-01-23 21:25:12
Score: 1
Natty:
Report link

Some of our devs were running into this issue when using the emulator with specific versions of Windows. We found an answer while reviewing this documentation. For newer versions of the GRPC.Net.Client lib, there are some caveats about using the defaults on full .net framework.

We ended up specifying the GrpcCoreAdapter when using the emulator.

clientBuilder.GrpcAdapter = GrpcCoreAdapter.Instance;

That resolved the issue for us.

Reasons:
  • Blacklisted phrase (1): this document
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rich kalasky