I am not sure if this is an expected behavior but if an observer happen to subscribe to Action.elements when there is a inflight request (Action.executing == true) and the response has not been delivered then the observer in question does not get the response for inflight request delivered but for all the subsequent requests.
I am not sure if this is an expected behavior but if an
observerhappen to subscribe toAction.elementswhen there is a inflight request (Action.executing == true) and the response has not been delivered then theobserverin question does not get the response for inflight request delivered but for all the subsequent requests.