RxSwiftCommunity / Action

Abstracts actions to be performed in RxSwift.
MIT License
875 stars 150 forks source link

Action.elements does not emit item for a inflight request #216

Open kapilsukhyani opened 4 years ago

kapilsukhyani commented 4 years ago

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.

shvetsjr commented 3 years ago

Yeah.. Still same issue. Clearly a bug