Skip to content

7.0.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 27 Jun 13:19
· 2 commits to master since this release
8ce0b8e

June 27 2024

Added

  • 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.