0.6.0
·
3 commits
to master
since this release
February 08 2024
Added
- Make it possible to create
SubscriptionCursorfrom the string slice. - Add
add_subscriptions(..)andsub_subscriptions(..)toSubscriptionSetto make it possible in addition to sets manipulation use list of subscriptions.
Fixed
- Fix issue because of which
cursoris not reset onSubscriptionandSubscriptionSeton unsubscribe. - Fix issue because of which cancelled effects still asynchronously spawned for processing.
Modified
- Change
clienttopubnubin 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
subscribeexample into two to show separatelysubscribefeature andpresence statemaintenance with subscribe.