grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Docs: Streaming timeout with HttpClient

Open JamesNK opened this issue 2 years ago • 2 comments

See https://github.com/protobuf-net/protobuf-net.Grpc/issues/210

When a channel is customized to use a HttpClient and has log running streaming calls then HttpClient.Timeout will be triggered. Add section to troubleshooting doc.

JamesNK avatar Dec 22 '21 03:12 JamesNK

I recently hit this issue and found this and the protobuf-net info after a lot of searching, reverting to just pushing in a handler instead of a whole http client was the fix for me also so a documentation note would be great.

Drawaes avatar Jun 16 '23 08:06 Drawaes