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
When you wait for an event in a while loop, you expect execution to continue each time the event is received and then continue waiting.
Why is context.ExecutionPointer.EventName null when CustomMessage.Run() executes, rather than the event name? context.ExecutionPointer.EventPublished Why is it false? Why don't loops wait?
The text was updated successfully, but these errors were encountered:
When you wait for an event in a while loop, you expect execution to continue each time the event is received and then continue waiting.
Why is context.ExecutionPointer.EventName null when CustomMessage.Run() executes, rather than the event name? context.ExecutionPointer.EventPublished Why is it false? Why don't loops wait?
The text was updated successfully, but these errors were encountered: