Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

Verdini
Copy link
Contributor

@Verdini Verdini commented Apr 7, 2024

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 ssut merged commit 7292ce4 into ssut:master Apr 20, 2024
@ssut
Copy link
Owner

ssut commented Apr 20, 2024

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! :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants