Skip to content

core: workaround libuv change in behavior#444

Merged
saghul merged 1 commit intomasterfrom
fix-loop-end-early
Dec 18, 2023
Merged

core: workaround libuv change in behavior#444
saghul merged 1 commit intomasterfrom
fix-loop-end-early

Conversation

@saghul
Copy link
Copy Markdown
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 force-pushed the fix-loop-end-early branch from e51f519 to e45b199 Compare December 18, 2023 09:02
@saghul saghul merged commit 52a1fd6 into master Dec 18, 2023
@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