Closed Villason closed 7 years ago
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.
Is there a way to change the strict FIFO calling behavior?