Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix WebSocket connection for Kubernetes terminal #99

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

ricoberger
Copy link
Member

This commit fixes the WebSocket connection for the Kubernetes terminal
in environments where a idle timeout for the connections is defined. To
avoid that the connection is closed when the WebSocket connection is
longer open then the specified idle timeout, we added a ping / pong
implementation. These should avoid that the connection is closed.

This commit fixes the WebSocket connection for the Kubernetes terminal
in environments where a idle timeout for the connections is defined. To
avoid that the connection is closed when the WebSocket connection is
longer open then the specified idle timeout, we added a ping / pong
implementation. These should avoid that the connection is closed.
@ricoberger ricoberger merged commit e95a3e5 into main Aug 2, 2021
@ricoberger ricoberger deleted the fix-websocket-connection-for-kubernetes-terminal branch August 2, 2021 16:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant