mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-07-08 11:30:42 +00:00
Check for complete store
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user