You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting the issue. The fix was a one-liner. The tests did not correctly catch this because they were asserting the wrong operation name was to be called. I've updated the test to not assert a specific method is called. Instead, I allow the client to receive and respond and to assert on the response.
Sorry for the inconvenience. The fix for this should be released later this week.
Using aws-sdk 2.0.44.
I'm having trouble changing the message timeout using the helper provided by the QueuePoller class.
https://github.com/aws/aws-sdk-ruby/blob/master/aws-sdk-resources/lib/aws-sdk-resources/services/sqs/queue_poller.rb#L349
The text was updated successfully, but these errors were encountered: