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: #1018