Fork me on GitHub
#core-async
<
2017-11-14
>
wilkerlucio20:11:42

hello people, had anyone ever had a situation that, on advanced compilation a core.async queue seems to be losing a message?

wilkerlucio20:11:48

I only have this case in a very specific scenario

wilkerlucio20:11:03

it works fine on my cljs project, with normal and advanced compilations

wilkerlucio20:11:27

but this project is something that I use in another bigger project, on this bigger project the thing works fine on regular compilation

wilkerlucio20:11:52

but in advanced, I'm debugging a case where I enqueue 2 items, but only one comes on the read loop

wilkerlucio20:11:01

any remote ideias on what could be causing it?