-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of requiring a restart of edm to pick up new client certificates for MQTT and HTTP aggregate sending we now use fsnotify monitoring to dynamically reload a certificate if it is updated on disk. This also required modification of registerFSWatcher() as it would previously only support a single callback function for a given filename. Because MQTT and HTTP aggregate sending may use the same certificate file we now support the assignment of multiple callbacks for a given file.
- Loading branch information
Showing
3 changed files
with
91 additions
and
38 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