From 1e5cbb34234dd3409bcb6aca04b41f038835f128 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Mon, 18 Apr 2016 17:53:21 -0500 Subject: [PATCH] Stopping nodes before joining thread pools. --- rai/core_test/rpc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rai/core_test/rpc.cpp b/rai/core_test/rpc.cpp index ed734162..287df949 100644 --- a/rai/core_test/rpc.cpp +++ b/rai/core_test/rpc.cpp @@ -1358,6 +1358,10 @@ TEST (rpc, work_peer_many) system2.stop (); system3.stop (); system4.stop (); + node1.stop(); + node2.stop(); + node3.stop(); + node4.stop(); runner1.join (); runner2.join (); runner3.join ();