How to disable Stream timeout
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 802
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 5
Description
I have open streams from server to client, which shall be idle for a long time.
Currently they get terminated exactly after 10 min:
- HTTP 200
- grpc-message: upstream connect error or disconnect/reset before headers. reset reason: connection termination
- grpc-status: 14
I found out that there is a GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS, but I did not manage to set this on the client. How can I do this?
Contributor guide
Assessment
This issue has not been assessed yet.