Skip to content
New issue

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

gosqs added support to cancel context for sqs ReceiveMessage() #211

Merged
merged 3 commits into from
Oct 20, 2019

Conversation

sebcante
Copy link
Contributor

Without this if the client cancels a waiting ReceiveMessage(), goaws risks to send a subsequent message from queue to a ReceiveMessage() handler that no client listens to and make this message not visible to pickup by other active receivers until WaitTimeSeconds is reached

Sebastien cante added 3 commits October 17, 2019 23:39
…the client cancels a waiting receiveMessage(), goaws risks to send a subsequent message from queue to a receive() handler that no client listens to and make this message not visible to pickup by other receiver until WaitTimeSeconds is reached
@p4tin p4tin merged commit 4d29b1e into Admiral-Piett:master Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants