jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
706 stars 102 forks source link

Ignore client exceptions when closing connection #69

Closed the-invisible-man closed 6 years ago

the-invisible-man commented 6 years ago

Ignoring ClientException when connection is being closed. These exceptions no longer matter once we're closing the connection.