Fork me on GitHub
#core-async
<
2019-01-21
>
tianshu07:01:11

@alexmiller @noisesmith @hiredman thanks for the reply, I finally found this was caused by an error raised in a go block(not thread macro). that's wired, in the thread tab I can see there're so many async-thread-macro thread didn't finish, staying in Park state.

tianshu07:01:35

I fixed the issue by catching the exception in go block.

tianshu07:01:31

@alexmiller my word async block means go block.