Running the unilateral close test on Travis with Python 3.5 gives a broken pipe error when calling is_alive. This probably happens on a paused node. This might be fixed if we first check if the node is paused, for example setting the process and proxy to None and testing that in is_alive.
Running the unilateral close test on Travis with Python 3.5 gives a broken pipe error when calling
is_alive. This probably happens on a paused node. This might be fixed if we first check if the node is paused, for example setting the process and proxy toNoneand testing that inis_alive.