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

Subscription connection keep alive #2388

Merged

Conversation

sav007
Copy link
Contributor

@sav007 sav007 commented Jun 23, 2020

Add support for heart beat feature, see https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md#gql_connection_keep_alive

Auto close web socket connection if GQL_CONNECTION_KEEP_ALIVE has not been received in configured timeout.

Part of #2222

Add support for heart beat feature, see https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md#gql_connection_keep_alive

Auto close web socket connection if `GQL_CONNECTION_KEEP_ALIVE` has not been received in configured timeout.

Part of apollographql#2222
@sav007 sav007 self-assigned this Jun 23, 2020
@sav007 sav007 merged commit 818ff72 into apollographql:master Jun 25, 2020
@sav007 sav007 deleted the feature-2222/subscriptions-keep-alive branch June 25, 2020 22:07
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.

None yet

2 participants