I am using angular, ngrx and rxjs in my application. When an effect is called twice, the first effect http request is canceled, and only the second one is counted.
I