Check for complete store

This commit is contained in:
crschnick
2026-06-12 20:37:19 +00:00
parent 446190dc6f
commit 7839bd74b0
@@ -45,6 +45,8 @@ public class ConnectionAddExchangeImpl extends ConnectionAddExchange {
DataStorage.get().addStoreEntryInProgress(entry);
if (msg.getValidate()) {
entry.validateOrThrow();
} else {
store.checkComplete();
}
} catch (Throwable ex) {
if (ex instanceof ValidationException) {