feat: Immutable config (potentially breaking change)
When passed to the PubNub constructor, the PNConfiguration instance becomes immutable. You can disable this behavior by calling PnConfiguration::disableImmutableCheck() before passing it to the constructor although it is not recommended. Disabling immutability may result in unpredictable behavior if PNConfiguration is modified after instantiating PubNub.
feat: Immutable config (potentially breaking change) When passed to the
PubNub
constructor, thePNConfiguration
instance becomes immutable. You can disable this behavior by callingPnConfiguration::disableImmutableCheck()
before passing it to the constructor although it is not recommended. Disabling immutability may result in unpredictable behavior ifPNConfiguration
is modified after instantiatingPubNub
.