Suneet Nangia
Suneet Nangia
**Is your feature request related to a problem? Please describe.** Currently, we do not have a way to allow styling rules to stay with the code, this results in OSS...
Having an [eventloop in publish function](crates/outbound-mqtt/src/lib.rs) is not an optimal way of ensuring messages are published to MQTT broker i.e. we will exit the eventloop poll on receipt of publish,...
This change allow components triggered by timer trigger plugin to exit when they want to, effectively, inversing the control to exit the timer loop as per their business logic. This...