-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented subscriber manager (#28)
* added subscriber manager TODO: unsubcribe on disconnection * Unsubscribe topics on disconnection * addressed comments - renamed callback functions - fixes typos TODO: handle dupolicate client, add test cases * typo * fixed duplicate client issue added test cases for subscriber manager * fulfil static check requests (S1002) should omit comparison to bool constant (ST1005) error strings should not be capitalized * Update test cases * maps cleanup for the garbage collector * assign capacity in map cleanup * Use ShrinkingMap instead of map * Update shrinkingmap * Fix subscription logic and adapt to new MQTT Broker version (#30) * Fix test cases * Move subscription logic to SubscriptionManager * Adapt TLS Config to new mqtt broker version * Release 0.10.1 Co-authored-by: muXxer <[email protected]>
- Loading branch information
Showing
16 changed files
with
708 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.