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
When creating a message with no attributes, the message returned by receive message has an empty MessageAttributes object and a empty string for MD5OfMessageAttributes.
@Admiral-Piett Thanks for taking a look! Looks like half of it was resolved, the MessageAttributes property is no longer there as expected, however as MD5OfMessageAttributes is still present and an empty string it's still failing in aws-sdk-php.
@zikeji Got it. I thought that might happen, but wanted to make sure I was on the right track. I think this should take care of it - #335. I'll get it in v0.5.2!
Relevant issue: aws/aws-sdk-php#2827
When creating a message with no attributes, the message returned by receive message has an empty
MessageAttributes
object and a empty string forMD5OfMessageAttributes
.This can be reproduced with:
The text was updated successfully, but these errors were encountered: