-1

I am getting timeout issue if my http request is taking long time. The connection of angular and api core is broken, but the api core is running background. So How can I handle the http request time. Please help.

1 Answers1

0

Probably, default timeout handling can help you. If you assume that your http requests can last so long, provide appropriate value, but please keep in mind that it's bad pattern.

Marcin Milewicz
  • 315
  • 1
  • 8