hadilq/LiveEvent

Observer is not fired if an event is already pending when added

MatteCarra opened this issue · 1 comments

When starting to observe a LiveEvent that has a value already pending, the observer is not fired and the first event is lost.

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.