I am hitting first api which gives response in 60 seconds wherein second api needs to hit after stopping/cancelling first api request/response and get second api response immediately. But in my case, first api is cancelled and seconds api response not able to get.
I have even tried with Alamofire and default URLSession as well for the same.