What's Changed
- Adds a new unix socket listener (
listeners.NewUnixSock
) to allow more efficient local processing, by @zgwit in #124 - Fixes an issue where processSubscribe was not correctly determining if a subscription existed, if multiple topics were passed for subscription, by @wind-c in #123
- Removes inefficient implementation of hook
OnExpireInflights
and uses more appropriateOnQosDropped
hook instead, by @mochi-co in #127 per #125 - Fixes an issue where Connect property RequestResponseInfo was being applied to all packets instead of just Connack packet, by @mochi-co in #128 per #128
New Contributors
Full Changelog: v2.0.7...v2.1.0
Tests
- Builds
- Unit Tests Passing
- Paho Interoperability Passing