core-async

fabrao 2019-11-07T18:03:15.102200Z

Hello all, I tried to use (close! @chanel-atom) but pipeline-blocking still keep running

fabrao 2019-11-07T18:03:42.102500Z

even the input and output channel

markmarkmark 2019-11-07T19:35:20.103600Z

@fabrao what is the blocking process doing? if the blocking thing isn't made aware of a need to stop, then it won't.

fabrao 2019-11-07T19:55:21.105100Z

Well, blocking process is doing socket communication

markmarkmark 2019-11-07T20:09:40.105800Z

if it's blocked on socket io, then you'll need to do some additional work to get it unblocked.

markmarkmark 2019-11-07T20:09:56.106200Z

if you don't need it anymore, then it looks like you should be able to close the socket