Fork me on GitHub
#core-async
<
2019-11-07
>
fabrao18:11:15

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

fabrao18:11:42

even the input and output channel

markmarkmark19:11:20

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

fabrao19:11:21

Well, blocking process is doing socket communication

markmarkmark20:11:40

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

markmarkmark20:11:56

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