dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Check for Messages in response #21

Closed fh-jashmore closed 6 years ago

adriaPerez commented 6 years ago

This is an easy fix to avoid this lib from flooding the logs with errors when the SQS queue is empty, not sure why it hasn't been accepted yet.

dusterio commented 6 years ago

@adriaPerez oops you are right, thanks for reminding me!