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

core: workaround libuv change in behavior #444

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

saghul
Copy link
Owner

@saghul saghul commented Dec 18, 2023

In libuv/libuv#3686 libuv changed when timers run respective to check handles.

Change the way we run the loop by running it again if necessary, untill there is no more work to do of the loop has been stopped.

Fixes: #443

In libuv/libuv#3686 libuv changed when timers
run respective to check handles.

Change the way we run the loop by running it again if necessary, untill
there is no more work to do of the loop has been stopped.

Fixes: #443
@saghul saghul merged commit 52a1fd6 into master Dec 18, 2023
11 checks passed
@saghul saghul deleted the fix-loop-end-early branch December 18, 2023 09:23
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.

await behave is not as expected
1 participant