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
As Alamofire fire immediatly after creation the request by default, the method updateRequestAuthorizationHeader duplicate the request at this line of code : self.requestManager.request(newURLRequest)
I propose, to improve clarity of the code to set startRequestsImmediately to false, and resume the request at the end, in the sendRequest method
As Alamofire fire immediatly after creation the request by default, the method updateRequestAuthorizationHeader duplicate the request at this line of code :
self.requestManager.request(newURLRequest)I propose, to improve clarity of the code to set
startRequestsImmediatelyto false, and resume the request at the end, in thesendRequestmethod