File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function consume(int $timeout = 0): void
49
49
$ signalHandler ->beforeSocket ();
50
50
51
51
$ heartbeatOnTick = function (AmqpContext $ context ) {
52
- $ context ->getLibChannel ()->getConnection ()->getIO ()-> check_heartbeat ();
52
+ $ context ->getLibChannel ()->getConnection ()->checkHeartBeat ();
53
53
};
54
54
55
55
$ this ->heartbeatOnTick && register_tick_function ($ heartbeatOnTick , $ this ->context );
Original file line number Diff line number Diff line change 7
7
"license" : " MIT" ,
8
8
"require" : {
9
9
"php" : " ^7.1.3" ,
10
- "php-amqplib/php-amqplib" : " ^2.8 " ,
10
+ "php-amqplib/php-amqplib" : " ^2.10 " ,
11
11
"queue-interop/amqp-interop" : " ^0.8" ,
12
12
"queue-interop/queue-interop" : " ^0.7|^0.8" ,
13
13
"enqueue/amqp-tools" : " ^0.9"
You can’t perform that action at this time.
0 commit comments