Closed roman-rr closed 4 months ago
@roman-rr thank you for reporting back about the issue.
I can see in the code special -pnpres
channels treatment, but need to consult the team about why this decision has been made. It should list of channels and groups as-is, but maybe some factors need to be considered.
@roman-rr this issue is addressed in v8.2.6
Release is rolling out as a temporarily backward-compatible solution.
The idea behind the original implementation was to use the receivePresenceEvents
subscription configuration option to instruct the subscription object to provide -pnpres
- this way all works as expected. When they have passed manually, you will get into trouble.
Please correct me, if not the bag.
In other words, new
SubscriptionSet
functionality doesn't unsubscribe from channels with-pnpres
, even it's bootstrapped topubnub.channel()
. Old stylepubnub.unsubscribe()
works as expected.Did I miss something?