SingleCycleUniqueEvent scheduled but callback function not called #486
Unanswered
redhawksanji
asked this question in
Q&A
Replies: 1 comment
-
Hmmmm... that's a weird one. Let me see if I can I fully comprehend the issue. You have a But when you add a precedence rule: Couple of things to try out.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was using a SingleCycleUniqueEvent A to schedule the event in the same cycle in our model. The event A was called from another Payload event B, both in the Tick phase. There was no specific ordering mentioned between the events. I saw that my event A was never getting called. I did not have any cancellations for event A. What would be the reason that the event was scheduled but callback function never got called?
If I order the event A after event B, the callback function gets called. Doesn't the ordering happen automatically during compile time for such scenarios or do I have to specify the ordering between all the events?
Beta Was this translation helpful? Give feedback.
All reactions