Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 940 Bytes

TROUBLESHOOTING.md

File metadata and controls

16 lines (9 loc) · 940 Bytes

Troubleshooting gRPC for .NET

This guide is for troubleshooting gRPC for .NET (grpc-dotnet). For issues specific to Grpc.Core (C-core server and client), or code generation with Grpc.Tools, please refer to TROUBLESHOOTING.md in grpc/grpc repository.

Troubleshooting documentation

For solutions for commonly encountered problems, see gRPC troubleshooting.

Answers on StackOverflow

Your problem might have already been solved on StackOverflow. Search for questions with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc

Enabling extra logging and tracing

Extra logging can be very useful for diagnosing problems. For documentation on configuring logging in gRPC services and clients, see Logging and diagnostics in gRPC on .NET.