Describe the bug
When onComplete is called from the parent subscription it instantly
completes the downstream subscriptions.
If any messages are still being processed in a CompletionStage they where lost.
To Reproduce
Have the upstream onComplete happen before the latest downstream async onNext has finished
Describe the bug
When onComplete is called from the parent subscription it instantly
completes the downstream subscriptions.
If any messages are still being processed in a CompletionStage they where lost.
To Reproduce
Have the upstream onComplete happen before the latest downstream async onNext has finished