Replies: 1 comment
-
Hmm, it should not retry if there are no active subscriptions. Can you somehow get a repro running? I am curious to see where else you do the cleanup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the client in a nodejs env, like so:
All seems to be working fine, however occasionally Sentry reports the following unhandled promise rejection:
Judging from the line where it happens, looks like the client gets in a reconnect state, while all the subscriptions it has active are gone.
Is this something I should handle? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions