Observer is not fired if an event is already pending when added
MatteCarra opened this issue · 1 comments
MatteCarra commented
When starting to observe a LiveEvent that has a value already pending, the observer is not fired and the first event is lost.
suhocki commented
Why it is closed? The problem is still in place.
UPD: Ha, I see, readme provides the answer:
Note that event will only be sent to active observers, any observers that started observing after the emit won't be notified of the event.