Skip to content

Draft: Enable tokio-console plugin inside Fractal.

Because the project utilizes tokio for various components, it's a good idea to enable tokio-console to see what it's doing on any asyncronous call.

You can find further information about the plugin in https://github.com/tokio-rs/console/

Fixes: https://gitlab.gnome.org/GNOME/fractal/-/issues/1018

Merge request reports