We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When polling the queue, null signals timeout, while the current code assumes a null inside an Optional.
null
Optional
The text was updated successfully, but these errors were encountered:
+tck reactive-streams#29 null checks fixed - null from ABQueue#poll…
4e27c1f
… means "timeout"
d2507e6
Merge pull request #30 from ktoso/wip-29-fix-nullchecks
566a700
+tck #29 null checks fixed - `null` from ABQueue#poll means "timeout"
+tck #29 null checks fixed - null from ABQueue#poll means "timeout"
287ca7a
Successfully merging a pull request may close this issue.
When polling the queue,
null
signals timeout, while the current code assumes anull
inside anOptional
.The text was updated successfully, but these errors were encountered: