We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08ee33 commit 11e4b3eCopy full SHA for 11e4b3e
AmqpSubscriptionConsumer.php
@@ -49,7 +49,7 @@ public function consume(int $timeout = 0): void
49
$signalHandler->beforeSocket();
50
51
$heartbeatOnTick = function (AmqpContext $context) {
52
- $context->getLibChannel()->getConnection()->getIO()->check_heartbeat();
+ $context->getLibChannel()->getConnection()->checkHeartBeat();
53
};
54
55
$this->heartbeatOnTick && register_tick_function($heartbeatOnTick, $this->context);
composer.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"require": {
9
"php": "^7.1.3",
10
- "php-amqplib/php-amqplib": "^2.8",
+ "php-amqplib/php-amqplib": "^2.10",
11
"queue-interop/amqp-interop": "^0.8",
12
"queue-interop/queue-interop": "^0.7|^0.8",
13
"enqueue/amqp-tools": "^0.9"
0 commit comments