RegionsPlugin subscriptions keep increasing after clearing regions #3942
Unanswered
yannicksengstock
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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