Activity log for bug #969229

Date Who What changed Old value New value Message
2012-03-30 13:48:21 Jurdanas Kriauciunas bug added bug
2012-03-30 13:48:21 Jurdanas Kriauciunas attachment added allow_reopen_channel.patch https://bugs.launchpad.net/bugs/969229/+attachment/2967774/+files/allow_reopen_channel.patch
2012-03-30 13:49:18 Jurdanas Kriauciunas description Hi, AMQClient.channels dict stores all opened channels. But if error ocures but channel has internal variable to check if it was closed. But if error occurs channel is closed, AMQChannel.closed variable updated but AMQPClient.channels dict is not updated. I have done a small patch: AMQClient.channel() function checks not only if channel exists but also checks 'closed' variable. And recreates channel if needed. Hi, AMQClient.channels dict stores all opened channels. But if error occurs channel is closed, AMQChannel.closed variable updated but AMQPClient.channels dict is not updated. I have done a small patch: AMQClient.channel() function checks not only if channel exists but also checks 'closed' variable. And recreates channel if needed.
2012-05-10 15:59:54 Vsevolod Novikov attachment added alternative patch processing channel closing immediately https://bugs.launchpad.net/txamqp/+bug/969229/+attachment/3140179/+files/channel_closing.patch
2013-09-29 09:45:58 Esteve Fernandez txamqp: status New Fix Released