Skip to content

Token transfer messages are delayed in batch assembly #421

@awrichar

Description

@awrichar

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

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions