raol / amazon-sqs-net-extended-client-lib

Extension to Amazon SQS that adds support for sending and receiving messages greater than 256K
Apache License 2.0
39 stars 33 forks source link

Minor fixes #19

Open majdisorder opened 4 years ago

majdisorder commented 4 years ago
majdisorder commented 4 years ago

just realized i forgot to change the type for the messageSizeThreshold parameter in WithMessageSizeThreshold

raol commented 4 years ago

And the build, it's broken https://ci.appveyor.com/project/raol/amazon-sqs-net-extended-client-lib/builds/29319522

majdisorder commented 4 years ago

And the build, it's broken https://ci.appveyor.com/project/raol/amazon-sqs-net-extended-client-lib/builds/29319522 m hmm.. yes, I signed assembly so I could use it in my own project. Should not have committed that i guess. I'll revert and create a separate branch for this.