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
in channel:setPriority the subscriber is looked up by its id. This is done by calling channel:getSubscriber. However getSubscriber will search the current channel, and all of its child/sub channels. So the subscriber being returned might actually be in a child/sub-channel.
When removing/adding the subscriber the channel:setPriority now removes/adds the subscriber from the current channel, even though it might have been found in a child/sub-channel.
The text was updated successfully, but these errors were encountered:
Tieske
changed the title
[BUG] subscribers may be removed from the wrong channel
[BUG] subscribers may be removed/changed from a channel when updating priority
Oct 31, 2024
in
channel:setPriority
the subscriber is looked up by itsid
. This is done by callingchannel:getSubscriber
. HowevergetSubscriber
will search the current channel, and all of its child/sub channels. So thesubscriber
being returned might actually be in a child/sub-channel.When removing/adding the subscriber the
channel:setPriority
now removes/adds the subscriber from the current channel, even though it might have been found in a child/sub-channel.The text was updated successfully, but these errors were encountered: