-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
my tests fails after update version from 3.0.0 to 3.0.1. Issue:
[Warning] Undefined array key "reconnect" at /var/www/html/vendor/codeception/module-amqp/src/Codeception/Module/AMQP.php:103
It is about this line:
if ($this->config['reconnect']) {
$this->getChannel()->getConnection()->reconnect();
}
There is no reconnect param. Can you fix this i.e. by adding isset call?
Metadata
Metadata
Assignees
Labels
No labels