Updated fe2o3-amqp-types to 0.7.0, which introduced breaking change to the type alias
FilterSet to support legacy formatted filter set. The user would need to ensure that the
correct format is used when constructing the filter set (more details can be found at
Azure/azure-amqp#231,
Azure/azure-amqp#232).
Sender::detach()/Receiver::detach() return a DetachedSender/DetachedReceiver even if it
encounters an error
Impl std::error::Error for SenderResumeError and ReceiverResumeError
fe2o3-amqp-types
to 0.7.0, which introduced breaking change to the type aliasFilterSet
to support legacy formatted filter set. The user would need to ensure that the correct format is used when constructing the filter set (more details can be found at Azure/azure-amqp#231, Azure/azure-amqp#232).Sender::detach()
/Receiver::detach()
return aDetachedSender
/DetachedReceiver
even if it encounters an errorstd::error::Error
forSenderResumeError
andReceiverResumeError