Closed vindard closed 2 years ago
remove listeners
I thought so as well, but for some reason the code never enters this codepath and the subscription never terminates from my testing.
ok i guess this should be added but isn't added
should be addressed in 5.16.5
I'll test this tomorrow on our codebase to confirm
should be addressed in 5.16.5
The subscription was being canceled correctly now but the doUntil
loop was still being left open. I added some code with one approach to addressing this that now works for our use-case.
Ah interesting ok
Closing this now, all sorted on our end. Thanks!
I'm working with the
subscribeToInvoices
method in some tests and am trying to figure out if there's a way to explicitly end the subscription when I'm done with using it.