Fork me on GitHub
#core-async
<
2017-12-09
>
fabrao19:12:42

Hello all, I´m developing an application that runs command to remote hosts by ssh sessions. After the command executes I capture the results from input stream, but sometimes the network connection is lost and the reading process goes forever. Is there any way to time it out using core-async?

fabrao19:12:59

Or is not the best way to do this?