Open
Description
I got some question about this feature:
- is it necessary, or best to have, or just a drug of my fantasy?
- according to https://vorner.github.io/2019/08/11/runtime-configuration-reloading.html, seems using signal is more user friendly to edit operation, but windows don't have
SIGHUP
. - what should it do when the configuration changes, or how it could be reloaded?
- then should we add auto-reload file content into it? then maybe we should read a resource at starting, seems ugly?