atheriel / longears

The RabbitMQ client for R
https://atheriel.github.io/longears/
36 stars 9 forks source link

The timeout is limited to 10 seconds. #19

Closed escudero closed 3 years ago

escudero commented 3 years ago

Hello,

The timeout is limited to 10 seconds. Is this a limitation of RabbitMQ? https://github.com/atheriel/longears/blob/2c1f841bc6c2decae77c94d03ec28d82abe8a0bf/src/consume.c#L137

Congratulations on the project. Thanks

atheriel commented 3 years ago

I think you mean "60 seconds", not "10 seconds". This is intentional. To "wait forever" see my comment.