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
When creating a signal using the func toSignal(), resume() is called on the request. If the session on which the request is executed has startRequestsImmediately = true, then this would end up calling twice resume() for this request.
This is noticeable when using the AlamofireNetworkActivityIndicator framework, because for a single request, the activity indicator count is incremented twice (and only decremented once when the request completes).
The text was updated successfully, but these errors were encountered:
When creating a signal using the func toSignal(), resume() is called on the request. If the session on which the request is executed has startRequestsImmediately = true, then this would end up calling twice resume() for this request.
This is noticeable when using the AlamofireNetworkActivityIndicator framework, because for a single request, the activity indicator count is incremented twice (and only decremented once when the request completes).
The text was updated successfully, but these errors were encountered: