Open vanHoesel opened 6 years ago
do: alerter -message "One" -timeout 30 &
alerter -message "One" -timeout 30 &
and then a bit later: alerter -message "Two" &
alerter -message "Two" &
results to: @TIMEOUT@CLOSED
@TIMEOUT@CLOSED
and only the last one, if you would do this with three or more or multiple message with timeouts, only the last one gets closed as well. That would not be such a big problem, unless you would await a actual user feedback
do:
alerter -message "One" -timeout 30 &
and then a bit later:
alerter -message "Two" &
results to:
@TIMEOUT@CLOSED
and only the last one, if you would do this with three or more or multiple message with timeouts, only the last one gets closed as well. That would not be such a big problem, unless you would await a actual user feedback