minghuaw / fe2o3-amqp

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

`DeliveryFut` never gets the outcome if sender re-attaches #178

Closed minghuaw closed 1 year ago

minghuaw commented 1 year ago

The DeliveryFut returned by Sender::send_batchable and Sender::send_batchable_ref loses its sender once the Sender re-attaches and attempt to resend unsettled messages.

minghuaw commented 1 year ago

This is fixed in "0.7.21" and "0.8.6"