Skip to content

Why am I getting such errors using MassTransit with SQSqueues: Exception of type 'Amazon.Runtime.Internal.HttpErrorResponseException'? #3285

Answered by ashovlin
olga-shtykova asked this question in Q&A
Discussion options

You must be logged in to vote

Have you raised this over on the MassTransit repo? Looking at the stack trace for the exception, I'm mostly seeing their code, and not a clear stack trace for the AWS SDK.

We have seen some Collection was modified; enumeration operation may not execute. issues in the AWS SDK recently around:

  • #1940 - .NET 6 with the HTTP headers collection
  • #1939 - Around the SDK's handling of AWS endpoint data.
    • This has been fixed in subsequent versions, so if you can check what AWSSDK.Core version is being referenced and/or a fuller SDK stack trace may help rule this out.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@olga-shtykova
Comment options

Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants