ntex-rs / ntex-amqp

AMQP 1.0 Server framework
Apache License 2.0
65 stars 15 forks source link

must respond with attach before detach when rejecting links #24

Closed wpbrown closed 2 years ago

wpbrown commented 2 years ago

If a receiver link is closed (by control service err, publish service factory err, or explicit call to close on link) during remote opening, we need to send attach immediately followed by detach per figure 2.33 in spec.

Clients not expecting errant detach are hanging.

fafhrd91 commented 2 years ago

i will be able to make new release in 8 days or you can make it yourself