adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

panic: rmq redis error is not nil EOF #30

Closed xiaobin closed 4 years ago

xiaobin commented 6 years ago

I run batch_consumer.go,Regular report:panic: rmq redis error is not nil EOF

wellle commented 6 years ago

That sounds like your Redis connection got closed unexpectedly.

wellle commented 4 years ago

Closing as there's nothing to be done here. Possibly duplicate of #8.