ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
214 stars 53 forks source link

fix(SqsService): getQueueInfo method return the correct consumer instance #77

Closed Verdini closed 7 months ago

Verdini commented 7 months ago

Description

I've identified an issue in the getQueueInfo method within the SqsService class after trying to use the library's latest commit, which includes the abort stop feature. The consumer instance wasn't being returned correctly following recent modifications. This pull request addresses this discrepancy, ensuring the accurate retrieval of the consumer instance. Additionally, I'm pleased to report that all automated tests now pass seamlessly 😄

ssut commented 7 months ago

Great to see this pull request! Sorry for the delayed reply and thank you for your pull request. I've been struggled with this issue for a while. I'll prepare for the new release for the next version shortly. Thanks again! :)