Fork me on GitHub
#core-async
<
2015-06-22
>
danielcompton03:06:10

I’m getting some strange behaviour which I think is related to core.async. It appears as if when my browser tab is in the background, the core.async go loop is only run once every half second or so. Is this a known limitation?

danielcompton03:06:37

It seems like setInterval or setTimeout is being called somewhere, but I can’t see it anywhere

mateusz-fiolka07:06:10

It may be related.

danielcompton07:06:30

Yeah, I think that's it