v2.1.7
What's Changed
- Fix an issue where example configs for persistence were incorrectly not pointers, and fixes an issue where the Qos flow quotas were not being correctly reset when a client session is inherited by a new connection; by @wind-c in #152
- Adds a new listener which accepts an existing net.Listener, by @jeroenrinzema in #155
- Moves refreshDeadline to only trigger on successful transmission, per issue #156 by @mochi-co in #157
- Rename quota methods for clarity by @mochi-co in #159
- Previously these were Take and Return, now they are Increase and Decrease.
New Contributors
- @jeroenrinzema made their first contribution in #155
Full Changelog: v2.1.6...v2.1.7
Tests
- Builds
- Unit Tests Passing
- Paho Interoperability Passing