You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET calls Notify State Changed.
To trigger code to process Outbox.
Also, consider periodic processing of Outbox in case some of the processing fails. However, this will introduce race conditions, so for simplicity, we could consider processing Outbox on app launch.
(Evaluate: Use MessageId, AggregateId, AggregateType, EventType, Payload)
Writing to Server should occur before writing to Client. See #93
The text was updated successfully, but these errors were encountered:
After writing to Outbox, either:
To trigger code to process Outbox.
Also, consider periodic processing of Outbox in case some of the processing fails. However, this will introduce race conditions, so for simplicity, we could consider processing Outbox on app launch.
(Evaluate: Use MessageId, AggregateId, AggregateType, EventType, Payload)
Writing to Server should occur before writing to Client. See #93
The text was updated successfully, but these errors were encountered: