grpc / grpc/grpc-web

How to disable Stream timeout

Open
#557 19 comments 4 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.