Could subscriptions return an error? #1283
ricardo-valero
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Subscription errors are mostly network issues, which is usually silently handled via reconnection. I have yet to see a server implementation explicitly support custom errors wiring down the WebSocket channel. Is there any particular errors you are interested in handling this way? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to have an api similar to
useMutation
foruseSubscription
?Beta Was this translation helpful? Give feedback.
All reactions