python-rabbitmq-docker icon indicating copy to clipboard operation
python-rabbitmq-docker copied to clipboard

Fix bug and reduce docker images

Open khaman1 opened this issue 2 years ago • 2 comments

khaman1 avatar Sep 04 '22 22:09 khaman1

Because the channel sometimes will get timed out and deleted, so recall the function create_channel will make the channel available, even if the channel does exist. For more details, please read here: https://www.rabbitmq.com/tutorials/tutorial-one-python.html

khaman1 avatar Sep 04 '22 22:09 khaman1

thanks @khaman1 . Using your fix, the producer is working perfectly

pangoro24 avatar Apr 05 '23 02:04 pangoro24