fix(pubky): resolve_endpoint break loop if packet not resolved

This commit is contained in:
nazeh
2024-08-28 20:34:28 +03:00
parent 98910b40de
commit 892d5b2d9a

View File

@@ -132,6 +132,8 @@ impl PubkyClient {
continue;
};
}
} else {
break;
}
}