smrchy/rsmq

receiveMessage vt not working

FractalMind opened this issue · 1 comments

rsmq.receiveMessageAsync({qname: queueName, vt:(60*3)})

Doesn't make the message invisible, I have to

rsmq.changeMessageVisibilityAsync({qname: queueName, id: resp.id, vt: (60 * 3)})
all the time after receiving a message. I'm I missing something?

Hi @FractalMind
i just tried to reproduce this with this test:

224f088

See the test results here:

https://travis-ci.org/smrchy/rsmq/jobs/524449368

However it works fine. Could you supply some code to reproduce your issue?