Codeception / Codeception/module-amqp
Reconnect param on 3.0.1
Open
- Dominant language
- PHP
- Stars
- 4
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.