This LGTM and I see the same logic is used elsewhere. I wonder if
# 404s invalidate the channel for some reason self.amqp_channel = self.amqp_con.channel()
is really needed here, but I'm +1 with keeping it.
« Back to merge proposal
This LGTM and I see the same logic is used elsewhere.
I wonder if
# 404s invalidate the channel for some reason con.channel( )
self.amqp_channel = self.amqp_
is really needed here, but I'm +1 with keeping it.