Custodian closes tcp socket following error

This commit is contained in:
ameba23
2021-04-21 15:19:36 +02:00
parent 5420204703
commit 741c9b63d9
2 changed files with 12 additions and 21 deletions

View File

@@ -225,7 +225,7 @@ class OwnerReturnShardViewModel extends AndroidViewModel
}
}
// TODO figure out how to actually use a set for these objects
// TODO figure out how to actually use a hash set for these objects
public boolean addToShardSet(ReturnShardPayload toAdd) {
boolean found = false;
for (ReturnShardPayload returnShardPayload : recoveredShards) {