Hey,
I use tokio and and plotly to plot some data. When using kaleido the plots are exported as expected but switching to the static_exporter feature fails with
Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.
Any hints what I am missing?
Regards
Hey,
I use
tokioand andplotlyto plot some data. When usingkaleidothe plots are exported as expected but switching to thestatic_exporterfeature fails withAny hints what I am missing?
Regards