Browse Source
- Ensure completion signal (normal/exception) will be delivered to the subscriber when transition from UNSUBSCRIBED->COMPLETED - According to the specification "Publisher.subscribe MUST call onSubscribe on the provided Subscriber prior to any other signals to that Subscriber" so ensure onComplete/onError signals will be called AFTER onSubscribe signal. Issue: SPR-16207pull/1598/merge
Violeta Georgieva
7 years ago
committed by
Rossen Stoyanchev
2 changed files with 68 additions and 18 deletions
Loading…
Reference in new issue