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

Implement Ping and Pong heartbeat messages #169

Merged
merged 2 commits into from
Apr 21, 2015
Merged

Implement Ping and Pong heartbeat messages #169

merged 2 commits into from
Apr 21, 2015

Conversation

AricStewart
Copy link
Contributor

Implementations to handle ping and pong heartbeat messages to help with connections through firewalls or proxies and such where regular keep alive traffic would be required.

@DirectXMan12 DirectXMan12 added feature New feature or request python labels Apr 13, 2015
This allows the websockify server to respond to heart beat ping
messages sent by clients
@AricStewart
Copy link
Contributor Author

Ok, thanks! Unnecessary pack statement removed.

@DirectXMan12
Copy link
Member

Besides the nit, LGTM 👍

With this option we will ping the client with a heartbeat.
Helpful for connection through firewalls that may disable inactive
connections.
@AricStewart
Copy link
Contributor Author

All right. I have updated to match your recommendation. Thanks for the review.

@AricStewart
Copy link
Contributor Author

Anything further I need to do to allow this to be able to get accepted?

Thanks!
-aric

@AricStewart AricStewart reopened this Apr 20, 2015
DirectXMan12 added a commit that referenced this pull request Apr 21, 2015
Implement Ping and Pong heartbeat messages
@DirectXMan12 DirectXMan12 merged commit 452d958 into novnc:master Apr 21, 2015
@DirectXMan12 DirectXMan12 added this to the v0.7.0 milestone Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants