Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

A new call to post in a subscriber does not call its subscribers until the first call is completed #199

Closed
Villason opened this issue Jul 2, 2017 · 1 comment

Comments

@Villason
Copy link

Villason commented Jul 2, 2017

Is there a way to change the strict FIFO calling behavior?

@JakeWharton
Copy link
Collaborator

No. All subscribers for an event must be called before the next event is delivered to any subscriber.

If you need more complex composition then you should look at RxJava which allows composing streams instead of events.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants