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
Much like the RKImageLoader, it may be preferable to queue multiple RKRequest objects so that only one is executing at a time. Preferably the RKRequestManager should control this and also have the ability to enlarge the number of simultaneous requests being processed. Once this has been implemented, transition the RKImageLoader queueing system over to RKRequestManager so that it's only task is to handle callbacks.
The text was updated successfully, but these errors were encountered:
Much like the RKImageLoader, it may be preferable to queue multiple RKRequest objects so that only one is executing at a time. Preferably the RKRequestManager should control this and also have the ability to enlarge the number of simultaneous requests being processed. Once this has been implemented, transition the RKImageLoader queueing system over to RKRequestManager so that it's only task is to handle callbacks.
The text was updated successfully, but these errors were encountered: