What's Changed
- Add OnSessionEstablish hook by @dgduncan in #247 adds a new hook which is called immediately after a client connects, but before a session has been established and the Connack has been sent. This will allow persistent client data to be loaded on-the-fly rather than in a bulk load, and provides an interesting potentially superior implementation for future persistence patterns.
Full Changelog: v2.2.14...v2.2.15
Tests
- Builds
- Unit Tests Passing
- Paho Interoperability Passing