-
Notifications
You must be signed in to change notification settings - Fork 136
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
futureStream from Queue<T> does not fire on timeout. #1102
Comments
Here is a test case:
The last pair will not be logged. |
More accurate test case
Without close and secondary wait, this test case will fail. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have created a reproducible test case, and it seems that this old issue still persists:
https://stackoverflow.com/questions/42363084/using-cyclops-react-for-batching-on-a-async-queue-stream
To Reproduce
Steps to reproduce the behavior:
Test case attached in comment.
Expected behavior
The future should be run after 200ms.
The text was updated successfully, but these errors were encountered: