temporalio / sdk-dotnet

Temporal .NET SDK
MIT License
375 stars 30 forks source link

[Feature Request] Upon initial client connection, use `RpcException` if initial `GetSystemInfo` call fails #299

Open cretz opened 2 months ago

cretz commented 2 months ago

Describe the solution you'd like

If the TCP connection succeeds but the gRPC call fails (e.g. permission denied), throw the RpcException with gRPC details instead of a common exception for all connection failures.