Closed albert-lacki closed 6 years ago
This pull request fixes bug that occurs when one try to connect to an exchange with noDeclare: true and confirm: false. With this set of options the open event has never been fired as well as open callback.
noDeclare: true
confirm: false
open
This pull request fixes bug that occurs when one try to connect to an exchange with
noDeclare: true
andconfirm: false
. With this set of options theopen
event has never been fired as well as open callback.