mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b814875211
- 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-16207