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
There have been several conceptual problems with the way PassiveSchronizationChannel works within the API. Messages sent on this channel are sent inline to the passive as part of a linear message stream for a particular concurrency key. Messages sent using messageSelf will be added to the queue for the concurrency key at the end of the queue. This message can straddle both sides of the sync operation so care needs to be taken understand what this means.
The text was updated successfully, but these errors were encountered:
There have been several conceptual problems with the way PassiveSchronizationChannel works within the API. Messages sent on this channel are sent inline to the passive as part of a linear message stream for a particular concurrency key. Messages sent using messageSelf will be added to the queue for the concurrency key at the end of the queue. This message can straddle both sides of the sync operation so care needs to be taken understand what this means.
The text was updated successfully, but these errors were encountered: