-
Notifications
You must be signed in to change notification settings - Fork 656
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
Automatic Websocket Reconnection #895
Comments
Have you tried to |
Actually I guess we need to add support of heart beat from server side: |
sav007
added a commit
to sav007/apollo-android
that referenced
this issue
May 23, 2018
Add support of heartbeat messages sent by the subscription server. Closes apollographql#895
sav007
added a commit
to sav007/apollo-android
that referenced
this issue
May 25, 2018
Add support of heartbeat messages sent by the subscription server. Closes apollographql#895
sav007
added a commit
that referenced
this issue
May 25, 2018
Add support of heartbeat messages sent by the subscription server. Closes #895
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I sucessfully managed to use ApolloClient in order to deal with GraphQL Subscription over websocket. I can see events onNext happening. Unfortunatly when my server is facing difficulties, ApolloClient is not able to reconnect using the same websocket.
`
/* */
`
Is there any other particular configuration that i must add in order to reconnect the client ?
Thx for advices
The text was updated successfully, but these errors were encountered: