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
You may need to wait for the clearDeviceInterests function to resolve before using getDeviceInterests - the operation within our system is not completed immediately.
Thanks @b6oh - I have been able to replicate this issue and can see the interests are not correctly removed when using clearDeviceInterests. I'll raise internally to get this reviewed.
I have a button that, when I click on it, it should unsubscribe my device of all interests
This is the code:
The promise is resolved and fulfilled but the list of interests is not cleared.
Any other functions from the documentations such as getDeviceInterests work, so it's not an issue with my pusher beams instance.
The text was updated successfully, but these errors were encountered: