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

Outdated has output in the wrong order #596

Open
xendk opened this issue Aug 6, 2023 · 0 comments
Open

Outdated has output in the wrong order #596

xendk opened this issue Aug 6, 2023 · 0 comments
Labels

Comments

@xendk
Copy link

xendk commented Aug 6, 2023

image

I believe it's because Log::IOBackend defaults to DispatchMode::Async, which dispatches the write to a fiber which then doesn't gets scheduled before the following puts.

I think the most sane fix would be setting it to sync instead.

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

No branches or pull requests

2 participants