Using RxJs Http Polling in Angular to avoid Http timeout for long-running backend process
I am in a situation where few of my Web Api endpoints take 2-5 minutes to prepare and send response but my DNS (cloud flare) or/and the browser times-out the Http request after 60/100 seconds; to resolve this I am trying to implement the Http Polling via RxJs in Angular (v8); here is my client code: