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
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: