You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I believe it's because
Log::IOBackend
defaults toDispatchMode::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.
The text was updated successfully, but these errors were encountered: