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
moulliet edited this page Mar 4, 2016
·
2 revisions
This covers the scenario where items in a channel need to maintain a consistent order. To guarantee this, the client must write items one at a time, waiting for the successful response before writing the next item. In the case of a failure response, the item should be retried before proceeding.
In this use case, the ordering of items in a channel will always be consistent through all interfaces, including Group Callback, Events, WebSocket, Next/Previous and Time APIs.