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
Lets say A has a dependency on B and B arrives before A, then we have undefined behaviour. This issue means to address that and make the system more reliable.
For instance, if we have a SpeakerQueue associated with and AgendaItem and the SpeakerQueue arrives first, how do we handle it to make sure that we don't lose data.
The text was updated successfully, but these errors were encountered:
Lets say
A
has a dependency onB
andB
arrives beforeA
, then we have undefined behaviour. This issue means to address that and make the system more reliable.For instance, if we have a
SpeakerQueue
associated with andAgendaItem
and theSpeakerQueue
arrives first, how do we handle it to make sure that we don't lose data.The text was updated successfully, but these errors were encountered: