ultrasonicsoft / ng-connection-service

Detects active internet connection in Angular application via DI ready Observable service.
84 stars 56 forks source link

Exponential backoff #149

Open HarelM opened 1 year ago

HarelM commented 1 year ago

In a lot of cases, when the server is down and there are a lot of clients it is custom to not keep a interval constant but rather increase the delay between calls so that when the server returns the clients won't create a DDOS kind of scenario.

Would be nice to have this here I think...?