hanami / events

[Experimental] Events framework for Hanami
MIT License
43 stars 7 forks source link

Subscriber doesn't receive events when Redis backs online #32

Closed jodosha closed 7 years ago

jodosha commented 7 years ago

Start a console with Redis adapter, and a console with the subscriber. Ensure Redis to be up. Send some events.

Shutdown Redis, then start it again. When you broadcast events, the subscriber doesn't receive them anymore.