Re: core.async with multiple catch blocks causing weird loop behaviour

2014-10-14 Thread David Nolen
File a bug in JIRA, thanks! http://dev.clojure.org/jira/browse/ASYNC David On Sun, Oct 12, 2014 at 5:56 AM, Tom Coupland wrote: > I've been seeing this weird looping behavior with some go loops over the > last few days. An exception is being thrown from a function within the loop > and rather th

core.async with multiple catch blocks causing weird loop behaviour

2014-10-12 Thread Tom Coupland
I've been seeing this weird looping behavior with some go loops over the last few days. An exception is being thrown from a function within the loop and rather than logging and looping back around to a waiting take, the loop seems to just hop back to the line before the function call. It's been