mmoreram / RSQueueBundle

RSQueueBundle, a redis-based queue system for your Symfony2 projects
MIT License
52 stars 12 forks source link

Return an empty array when the payload is empty #20

Closed PouleR closed 8 years ago

PouleR commented 8 years ago

this occurs when blpop times out, otherwise an exception is thrown when the consumer times out (without any payload data)

Martin1982 commented 8 years ago

Nice to return early, would love to see this PR land!

PouleR commented 8 years ago

@mmoreram would be nice if you can merge this PR, thanks!

mmoreram commented 8 years ago

@PouleR thanks!

PouleR commented 8 years ago

@mmoreram Are you planning to create a release of this bundle including this PR ?