diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 13:03:23 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-10 13:03:23 +0100 |
commit | 513bd788f0d162c88c085c6830c99c156c42d3fd (patch) | |
tree | 183bf2a8c458d1b20ddd1c47635b1ce296a40708 /README.md | |
parent | 48d359c021907ad899063aeae15c0df388795ea4 (diff) | |
download | mqttr-513bd788f0d162c88c085c6830c99c156c42d3fd.tar.gz mqttr-513bd788f0d162c88c085c6830c99c156c42d3fd.tar.xz mqttr-513bd788f0d162c88c085c6830c99c156c42d3fd.zip |
Expand missing features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -89,6 +89,7 @@ it being ran every time a new MQTT message is published to this topic. ## Missing Features * Ability to configure programs with non-UTF-8 in paths -* Maybe config reloading on SIGHUP * TLS * mTLS +* Graceful signal handling +* Graceful program stdout/stderr handling |