in the case that two actions are trigger at the same time, say:
- type A conditions are met and payloads are queued
- user decides to shut down the module
In this case will block the flow, potential solution:
a) do not allow shutdown while something internally has being queued
b) better queue management
in the case that two actions are trigger at the same time, say:
In this case will block the flow, potential solution:
a) do not allow shutdown while something internally has being queued
b) better queue management