rust-amqp icon indicating copy to clipboard operation
rust-amqp copied to clipboard

Make GetIterator.channel public?

Open Keruspe opened this issue 7 years ago • 0 comments

Currently, when using GetIterator, it is not possible to reply to the sender (using the reply_to header for example) as the GetIterator already holds a mutable reference on the channel. I think making the channel field public would allow working around this, but maybe there is a better way?

Keruspe avatar Dec 05 '16 09:12 Keruspe