minghuaw / fe2o3-amqp

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

`detach_then_resume_on_session` doesn't produce meaningful error if attach is rejected #201

Open minghuaw opened 1 year ago

minghuaw commented 1 year ago

The remote peer could reject the resumption by replying an Attach with empty source and empty target fields.