You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define smart subscription with addSmartSubscription using invalid variables
See ws traffic in browser network tab.
Expected behavior
When errors are returned while initializing subscription it should not be restarted. Or option should be provided to control when subscription should be retried.
Describe the bug
Infinite loop when wrong variables are used in addSmartSubscription.
WS messages in network tab:
Than it continues with same messages with id 531.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When errors are returned while initializing subscription it should not be restarted. Or option should be provided to control when subscription should be retried.
Versions
vue: 2.6.14
vue-apollo: 3.1.0
@apollo/client: 3.5.8
Additional context
channels_graphql_ws.graphql_ws_consumer is used in backend
Probably related to fix for #877
The text was updated successfully, but these errors were encountered: