-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous code did not abort attempts at matching receive transitions with sending transition when the send guard was false, instead throwing an exception. The proposed solution circumvents this by avoiding looping over the potentially receiving agent's states and transitions, resulting in stutter transitions being created for the receiving agent.
- Loading branch information
1 parent
9bcb498
commit cbd9f16
Showing
1 changed file
with
106 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters