This commit is contained in:
open-trade 2021-04-01 18:18:56 +08:00
parent c959cda6c1
commit 7b0abd9157

View File

@ -107,6 +107,7 @@ class _RemotePageState extends State<RemotePage> {
text.toLowerCase().indexOf("handshake") < 0 &&
text.toLowerCase().indexOf("failed") < 0 &&
text.toLowerCase().indexOf("resolve") < 0 &&
text.toLowerCase().indexOf("mismatch") < 0 &&
text.toLowerCase().indexOf("manually") < 0;
if (hasRetry) {
_timer?.cancel();