Angular http client cancel previous <get> calls when testing on a slow 3G network
问题 So I am testing my application on a slow 3G network and I have noticed that Angular HTTP client takes it upon itself to cancel previous calls which is bad as I need all calls sent to the server (data and even header are different, just URL same). Again, the ID is diff, so it makes no sense for Angular to decide that it is ok to just cancel the previous call ... odd! See attached image. I am NOT using switchMap so all calls are supposed to go through even in the slow 3G network but yet Angular