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

Fix Lwt_unix.timeout/Lwt.sleep returning early #433

Merged
merged 2 commits into from
Jul 4, 2017

Conversation

stijn-devriendt
Copy link
Contributor

These patches fix #427 and adds a test for it.
As mentioned in the issue discussion this patch should be fairly low overhead compared to doing a full-fledged ev_now_update().

@aantron aantron merged commit e4f3174 into ocsigen:master Jul 4, 2017
@aantron
Copy link
Collaborator

aantron commented Jul 4, 2017

Thanks for including the test. It made reproducing on my system, to check, pretty easy.

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

Successfully merging this pull request may close these issues.

Lwt_unix.timeout may return early
2 participants