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
Thank you for the fast reply! FYI: I did see #516 but it wasn't clearly the same thing so I filed anyway (and forgot to reference #516). Looking forward to the fix being released and thank you again for the great tool!
What crate(s) in this repo are involved in the problem?
tokio-console
What is the issue?
I think this is just a display issue, but IMHO an (intentionally) blocking task, e.g., from
spawn_blocking
shouldn't show up as a warning.How can the bug be reproduced?
See screenshot
Logs, error output, etc
No response
Versions
Possible solution
Test if the task is a task_blocking before warning.
Additional context
Great project - thank you for it!
Would you like to work on fixing this bug?
yes
The text was updated successfully, but these errors were encountered: