Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(forwarder): port v9 keepalive configs #625

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

hspedro
Copy link
Collaborator

@hspedro hspedro commented Jun 17, 2024

The forwarder will use KeepAlive params from GRPC, that uses HTTP/2 ping frames, to check for broken connections and refresh. If not used, we'll default to whatever the underlying OS is using to manage the port - which is around 15-20 minutes.

Porting the work of #600

The forwarder will use KeepAlive params from GRPC, that uses HTTP/2 ping
frames, to check for broken connections and refresh. If not used, we'll
default to whatever the underlying OS is using to manage the port -
which is around 15-20 minutes.
@hspedro hspedro self-assigned this Jun 17, 2024
Copy link
Collaborator

@joaobologna joaobologna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hspedro hspedro merged commit 1aae5de into topfreegames:main Jun 17, 2024
1 check passed
@hspedro hspedro deleted the fix/keepalive-grpc-forwarder branch June 17, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants