When for example a config file was changed. Every changed param will cause sending a message, even if the message hold multiple parameters that have been changed. It will send the first message with one parameter updated. Then a second message with two updated parameters and so on.
Replace the change event with something more like flags.
When for example a config file was changed. Every changed param will cause sending a message, even if the message hold multiple parameters that have been changed. It will send the first message with one parameter updated. Then a second message with two updated parameters and so on.
Replace the change event with something more like flags.