This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Description
Currently, there's no way to stop listening. AWS.Request exposes an abort() that can be used to stop the queue. I'd make a pull request, but I don't drink Coffee.
Maybe store active requests returned from self.client.receiveMessage, and expose a disconnect() method on the queue?
Btw, love your use of the async module. i don't leave home without it.