We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to now how I can catch the following error:
amqp-websocket-client.ts:72 WebSocket is already in CLOSING or CLOSED state. ?
amqp.onerror does not catch it.
The text was updated successfully, but these errors were encountered:
Did you figured it somehow out? I'am getting Channel is closed all the time after few batches even if i have consumer.wait(); or without it. Etc.
consumer.wait();
At localhost is going everything as it should but when we connect it to AMPC cloud RabbitMQ it starts getting this error
Sorry, something went wrong.
No branches or pull requests
Hi,
I would like to now how I can catch the following error:
amqp-websocket-client.ts:72 WebSocket is already in CLOSING or CLOSED state. ?
amqp.onerror does not catch it.
The text was updated successfully, but these errors were encountered: