rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

`rumqttc`: `impl Sync for framed::N`?

Open de-sh opened this issue 1 year ago • 0 comments

Failure Information (for bugs)

error[E0277]: `(dyn rumqttc::framed::N + 'static)` cannot be shared between threads safely
...
the trait `std::marker::Sync` is not implemented for `(dyn rumqttc::framed::N + 'static)`, which is required by `impl std::future::Future<Output = ()>: std::marker::Send`

de-sh avatar Aug 08 '24 13:08 de-sh