Alex McAuliffe

Results 55 comments of Alex McAuliffe

Hi there @mbroadst, I had a chance to update my side project to the 2.0.0 code and all seemed to be going well (once I found the silly typos I...

Hi, Yes that's exactly what I did @noodlefrenzy , I threw an error in the receive callback. It might be a nice user experience if it performed an action in...

@mbroadst with a reject a message never attempts redelivery correct? I'm not sure that's a nice experience as it could be a simple error with a child service (a db...

@noodlefrenzy i'm not entirely sure that was the case although it seemed to be what occurred. Reproducing it if that's the case should be simple. I've just noticed a stupid...

I'm not calling `done();` i'm instead using `this.accept(message);` Here's a slimmed down example of what i'm doing ``` javascript var count = 0 client .connect(uri) .then(function() { console.log('Connected to Das...