-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Version(s) affected: 3.3.0
Description
After upgrading from 3.2.0 to 3.3.0 our consumers die on a regular basis. From our logs:
2022-10-04 10:27:45.588+0000➜{"name":"PhpAmqpLib\\Exception\\AMQPConnectionClosedException: Broken pipe or closed connection"}
2022-10-04 12:27:45 | missed heartbeats from client, timeout: 60s
2022-10-04 12:27:45 | 2022-10-04 10:27:45.587 [error] <0.14529.62> closing AMQP connection <0.14529.62> (10.42.5.160:56444 -> 10.42.8.124:5672):
(The first log line is from our PHP consumer, the latter ones from rabbitmq running with +02:00 timezone offset).
Connections are created using $heartbeat
parameter set to 0, which worked properly with v3.2.0.
So it seems to me the client can no longer disable heartbeats by setting the parameter to 0?