core-async

Mor Gazith 2021-06-21T06:25:47.092600Z

core.async 0.2.395

Mor Gazith 2021-06-21T06:36:09.092800Z

I’ve verified the loop is not coming from the caller of outer-function> but definitely the core.async/go is doing something funky. i’ve added another print just before the go and it’s only printed once, and then “before” is printed repeatedly. so go can’t handle a throwable thrown in its form? it just retries the form over and over again?

2021-06-21T06:54:28.093Z

That is, I believe, a wicked old version

2021-06-21T06:55:31.093200Z

0.7.559 has the fixed exception handling, and 1.3.618 is the latest release