We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
useSubscription has the functionality to restart on error. Is there a way we can achieve the same functionality in subscribeToMore?"
The text was updated successfully, but these errors were encountered:
Hi @ssmilin!
useSubscription doesn't have any functionality to automatically restart on error - just a restart function.
useSubscription
restart
In the case of subscribeToMore that's not really necessary, because you can just call subscribeToMore again.
subscribeToMore
Any kind of reconnecting would usually happen inside the upstream library graphql-ws, which has options for that.
graphql-ws
Sorry, something went wrong.
No branches or pull requests
useSubscription has the functionality to restart on error. Is there a way we can achieve the same functionality in subscribeToMore?"
The text was updated successfully, but these errors were encountered: