-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Milestone
Description
When a token transfer is sent with a message attachment, the message is first created in "staged" state, and then moved to "ready" once the transfer succeeds. On the sender node, this "ready" message is not immediately picked up for processing, but instead waits for the timeout that polls for new messages.
Seems like this could be because Orchestrator only listens for when messages are created, but this is actually a message being updated (because it's just changing state to "ready") - so it isn't picked up.
| or.batch.NewMessages() <- sequence |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done