RegionsPlugin subscriptions keep increasing after clearing regions #3942
Unanswered
yannicksengstock
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi all, confirm this. ~500 regions, 5000 subscriptions, then clearRegions (0 regions) but still 5000 subscriptions, add 500 new regions and I've ~10000 subscriptions. Ciao. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I'm using the Regions plugin and have a React app that gets marker positions per WebSocket. These markers can change often. I proceed with a
clearRegions()
call before I add the changed marker positions. Now I noticed two things:1, That markers still show up on the waveform even though the regions are cleared, when checking with a
getRegions().length
they show 0. (I've seen some issues that could have to do with this reported already)Now I would like to know if I also have to unsubscribe from the past regions manually or if this is a bug?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions