heartbeat problem when server node uses VIP drift

28 views
Skip to first unread message

kangkei zai

unread,
Jul 29, 2019, 11:54:29 PM7/29/19
to php-amqplib-devel
the server node use VIP,  client after setUpConsumer :

while (count($this->channel->callbacks)) {
    $this->channel->wait();
}

when the VIP has not drift, heatbeat is ok,
but after VIP drift, client process will hold at this function :  AbstractConnection::wait channel   , beacuse 
list($frame_type, $frame_channel, $payload) = $this->wait_frame($_timeout);
timeout default is 0;

later , server connections will broken, client has no heartbeat, bloking......
Reply all
Reply to author
Forward
0 new messages