Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Paginated Sourcery problem with the NSOperationQueue #12

Open
tbrachkov opened this issue Oct 20, 2016 · 1 comment
Open

Paginated Sourcery problem with the NSOperationQueue #12

tbrachkov opened this issue Oct 20, 2016 · 1 comment

Comments

@tbrachkov
Copy link

The private NSOperationQueue should be set to have the max concurrent operations to 1, so it will prevent multiple page loads on the scroll down and actually cancel the on wait operations.

@kasperwelner
Copy link

This will require redundant queued requests to be cancelled in order to avoid extra wait time. (For example when on slow connection and scrolling very fast...)

Kasper Welner
iOS Lead
Nodes - We build awesome digital stuff

Mobile: +45 41 62 60 20
Web: http://www.nodes.dk

On 20 Oct 2016, at 16.36, Todor Brachkov [email protected] wrote:

The private NSOperationQueue should be set to have the max concurrent operations to 1, so it will prevent multiple page loads on the scroll down and actually cancel the on wait operations.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants