-
Notifications
You must be signed in to change notification settings - Fork 46
Suspend
Elsa Gonsiorowski edited this page Jan 11, 2016
·
1 revision
During an optimistic simulation, it is possible for an LP to enter an erroneous state. Perhaps it receives message B before the expected message A. In these scenarios, it is appropriate to suspend LP message handling, until the event causing the error state is rolled back.
See the Suspend-test model here.
See the original feature request here and the pull request here.