Fix stratum reading issue one more time (#2459)

This commit is contained in:
hashmap
2019-01-23 19:27:00 +01:00
committed by Ignotus Peverell
parent 493cb431d0
commit 91f4a6b180
+1
View File
@@ -297,6 +297,7 @@ impl StratumServer {
the_message.as_bytes(),
);
workers_l[num].error = true;
the_message.clear();
continue;
}
};