Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Network.erl fix stop returning too early
network:stop through terminate was using nonblocking call to stop network_port- so rapid stop/start would give the second network:start an old whereis(network_port) that was still shutting down, and lead to errors. Now waits for port DOWN. Signed-off-by: Peter M <petermm@gmail.com>
- Loading branch information