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
Adam Fraser edited this page Jan 20, 2015
·
4 revisions
Non-continuous case
Request comes in with a since value
Gets the set of channels associated with the user making the request. For each channel, calls the channel cache to get an ordered list of sequences since since. Channel cache will run a view query if needed.
Works the ordered channel lists to serve revisions in sequence, and avoid duplicates.