You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a 406 is triggered, I'd expect to see an attempt at reestablishing a connection in reconnectTimeInSeconds seconds, but I'm seeing them happen more frequently.
One way to reproduce:
clone the repository / npm install
run receiver.js (in examples)
in sender.js, edit the line that asserts the queue by setting durable to false (i.e. set up a 406)
in a new terminal, run sender.js
Note how fast connection attempts are happening.
The text was updated successfully, but these errors were encountered:
azzang
pushed a commit
to azzang/node-amqp-connection-manager
that referenced
this issue
Apr 1, 2019
When a 406 is triggered, I'd expect to see an attempt at reestablishing a connection in
reconnectTimeInSeconds
seconds, but I'm seeing them happen more frequently.One way to reproduce:
npm install
Note how fast connection attempts are happening.
The text was updated successfully, but these errors were encountered: