pubnub / objective-c

PubNub Objective-C based APIs for iOS and OS X
Other
185 stars 189 forks source link

Enhance publish sequence manager performance #414

Closed parfeon closed 5 years ago

parfeon commented 5 years ago

⚙️: conditional publish sequence manager data save

Enhanced performance by making save only in case if any change to represented data has been made. Ensure save completion will be called even if publish sequence manager doesn't have reference on PubNub client instance for which it has been created.