sergejsha/tinybus

bout stickyevents?

sirvon opened this issue · 1 comments

when certain parts of the app aren't in the foreground,
can an event be received when it eventually makes its way to the foreground?

thanks for your work!

Yes. This is done via Producers. As far certain event producer is there,
all newly registered subscribers will be notified with the latest event
coming from that producer. See example in readme. The bus itself doesn't
cache anything.
On Sep 24, 2014 4:03 PM, "@sirvonthomas" notifications@github.com wrote:

when certain parts of the app aren't in the foreground,
can an event be received when it eventually makes its way to the
foreground?

thanks for your work!


Reply to this email directly or view it on GitHub
#3.