hanami / events

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

Allow to use async memory adapter without runner #86

Closed davydovanton closed 5 years ago

davydovanton commented 5 years ago

We have some thread specific issues now with runner and async memory adapter. For fixing it we say that runner is only for standalone event server for redis or other pubsub systems

davydovanton commented 5 years ago

Related to https://github.com/hanami/events/issues/85