Anton Shumsky
Results
3
issues of
Anton Shumsky
Hi, I'm using amqp-coffee with `reconnect = false` option. Below is an example that reproduces the issue I faced recently. The example is a simple producer that publishes new message...
Hi, I'm using amqp-coffee with `reconnect=false` in one of my projects. During testing of some negative scenarios I faced a little bit odd behaviour. Here's a code example: ```js const...