abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
133 stars 37 forks source link

IllegalOperationError: Channel closed #76

Open VaishnaviBhardwaj09 opened 1 year ago

VaishnaviBhardwaj09 commented 1 year ago

I'm encountering an issue with message acknowledgment when the connection is reconnected or re-established. After successfully reconnecting, I attempt to acknowledge the received message, but it results in an "IllegalOperationError: Channel closed" error.