Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialization error in asynchronous reactive-streams #1035

Closed
johnmcclean opened this issue Feb 9, 2019 · 1 comment
Closed

Initialization error in asynchronous reactive-streams #1035

johnmcclean opened this issue Feb 9, 2019 · 1 comment

Comments

@johnmcclean
Copy link
Member

When configuring a reactive-stream (via Spouts) asynchronously, it is possible to push data asynchronously that is recieved by onNext before initialization is complete.

Any attempt to send subsequent requests for more data upstream should check for initialization to complete (on the initialization thread), otherwise the upstream subscription won't be available.

@johnmcclean
Copy link
Member Author

Released in 10.3.0

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

No branches or pull requests

1 participant