Motiva-AI / clj-sqs-extended

Client library for AWS SQS with support for large messages, up to 2GB. This is a Clojure wrapper for https://github.com/awslabs/amazon-sqs-java-extended-client-lib
MIT License
3 stars 0 forks source link

Fixed Timing problem between returned stop-fn and with-...-queue fixtures #86

Closed ghost closed 4 years ago

ghost commented 4 years ago

This closes issue #27.

Changes:

ghost commented 4 years ago

Even this apparently isn't necessary anymore. The issue is quite old and the tests/code seems to have changed/improved enough that the issue's timing problem is not remaining anymore. Please refer to: https://github.com/Motiva-AI/clj-sqs-extended/pull/87