-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only allow valid event state transitions (#90)
* only allow valid event state transitions - prevents duplicated events leading to an envelope going from ENVELOPE_RESPONSE back to SCOPE_INDEX for example and the completion event never happening after successful indexing when an affiliate wasn't actively connected * add state transition entry for ENVELOPE_MAILBOX_OUTBOUND event
- Loading branch information
1 parent
d6766f0
commit 033df10
Showing
3 changed files
with
85 additions
and
35 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
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
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