Fork me on GitHub
#core-async
<
2017-02-03
>
ska10:02:07

Hi. Is there an internal limit how many items can be read from a channel or how often a go-loop can read from a channel? Background: I have seen a system stopping to read from a channel after a few months. No exceptions, nothing. It just stopped reading and I am trying to understand what may have gone wrong.

nooga14:02:14

that’s actually quite interesting