February 08 2024
Added
- Make it possible to create
SubscriptionCursor
from the string slice. - Add
add_subscriptions(..)
andsub_subscriptions(..)
toSubscriptionSet
to make it possible in addition to sets manipulation use list of subscriptions.
Fixed
- Fix issue because of which
cursor
is not reset onSubscription
andSubscriptionSet
on unsubscribe. - Fix issue because of which cancelled effects still asynchronously spawned for processing.
Modified
- Change
client
topubnub
in inline docs. - Add subscription token validation.
- Added a method to validate the provided subscription token to conform to PubNub time token requirements with precision. Separate
subscribe
example into two to show separatelysubscribe
feature andpresence state
maintenance with subscribe.