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:
![image](https://private-user-images.githubusercontent.com/4062236/345421788-c7efae14-a13d-4633-94ad-6fdeacad3366.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjQxNzcsIm5iZiI6MTczOTM2Mzg3NywicGF0aCI6Ii80MDYyMjM2LzM0NTQyMTc4OC1jN2VmYWUxNC1hMTNkLTQ2MzMtOTRhZC02ZmRlYWNhZDMzNjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTIzNzU3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZThkMWNkMGM0YzllNDAzMDUwODgzMjMxYjNmMzcxMjVlZTlkODIzMThhOGZhNDI3MjJiNmFjNDNhZDZkNWRhZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ye8svjmshGr1x65eUkkGo6z3xGO7mL7PYMVTRmn3AmA)
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