cljfx

https://github.com/cljfx/cljfx
jlmr 2020-01-09T07:22:08.001400Z

I think so yes. I’m using fx/create-app and I think it sets it up async by default right?

vlaaad 2020-01-09T07:24:52.001600Z

Yes, that's why it's propagated. Solutions: either use function that consumes event instead of a map as event handler, or add :fx/sync to events you want to consume

jlmr 2020-01-09T07:44:07.001800Z

Ok that’s clear. Thanks!