-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support wildcard mqtt subscribe (#215)
* feat: support wildcard mqtt subscribe Subscribe supports wildcard topics There is a second callback option that provides the full topic of the received message. Also added const where appropriate New fucntion to check whether external MQTT is configured Signed-off-by: James Chapman <[email protected]> * proposal for unique_ptr and const ref Signed-off-by: aw <[email protected]> * bugfix(lifetime): changed from unique_ptr to shared_ptr - as there might be multiple handlers (running in different), which could consume the same message, it is not clear which handler will release the shared message - hence, a shared pointer is used Signed-off-by: aw <[email protected]> * Bump version to 0.18.1 Signed-off-by: Kai-Uwe Hermann <[email protected]> --------- Signed-off-by: James Chapman <[email protected]> Signed-off-by: aw <[email protected]> Signed-off-by: Kai-Uwe Hermann <[email protected]> Co-authored-by: aw <[email protected]> Co-authored-by: Kai-Uwe Hermann <[email protected]>
- Loading branch information
1 parent
bb43ed6
commit 09fb55f
Showing
11 changed files
with
155 additions
and
102 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
Oops, something went wrong.