You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I define two events, a timer event and a signal event
First, the timer is triggered, and service02 sleeps for 2 hours
In the second step, trigger the signal and find that service01 and service03 are also running
Why does the signal from step two trigger? I think the signal event should not trigger when the timer has not finished executing
I define two events, a timer event and a signal event
First, the timer is triggered, and service02 sleeps for 2 hours
In the second step, trigger the signal and find that service01 and service03 are also running
Why does the signal from step two trigger? I think the signal event should not trigger when the timer has not finished executing
The text was updated successfully, but these errors were encountered: