fix(network): signal the cond when stopping PoolWorker
Compare changes
+ 5
− 1
@@ -56,6 +56,7 @@ pub struct PoolWorker {
@@ -67,6 +68,7 @@ impl PoolWorker {
@@ -75,6 +77,7 @@ impl PoolWorker {
@@ -82,7 +85,7 @@ impl PoolWorker {
@@ -291,6 +294,7 @@ impl PoolWorker {