minghuaw / fe2o3-amqp

A rust implementation of the AMQP1.0 protocol based on serde and tokio.
MIT License
58 stars 7 forks source link

`Drop` impl of `Transaction` indirectly invokes `tokio::block_on` causing thread panicking #185

Closed minghuaw closed 1 year ago

minghuaw commented 1 year ago
// src/transaction/mod.rs
// line 502
let mut inner = self.controller.inner.blocking_lock();

blocking_lock() internally calls tokio::block_on