vivid-money / elmslie

Kotlin TEA/ELM implementation with first class android support
https://github.com/vivid-money/elmslie
Apache License 2.0
116 stars 13 forks source link

Fix missed effects #145

Closed opengamer29 closed 2 years ago

opengamer29 commented 2 years ago

A good example is when a store reduces event and produce two effects. With the current implementation, only one will be processed. I believe that we don't need to use postSingle for effects.