Skip to content

Commit

Permalink
add missing timeout param for connection handshake response, fix php-…
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunasd committed Jul 31, 2020
1 parent da3eb81 commit 7da7d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpAmqpLib/Connection/AbstractConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ protected function x_open($virtual_host, $capabilities = '', $insist = false)
$wait[] = $this->waitHelper->get_wait('connection.redirect');
}

return $this->wait($wait);
return $this->wait($wait, false, $this->connection_timeout);
}

/**
Expand Down

0 comments on commit 7da7d55

Please sign in to comment.