rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

amqp_gen_connection uses timeouts of `infinity` #85

Closed michaelklishin closed 7 years ago

michaelklishin commented 7 years ago

We've already seen plenty of times in various RabbitMQ sub-projects that it leads to operational problems eventually.

Let's change to a bounded timeout, e.g. 30 or 60 seconds.