mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-09-22 13:34:57 -04:00
init failure retry work
This commit is contained in:
parent
519571628f
commit
ba191d3903
31 changed files with 438 additions and 218 deletions
|
@ -71,7 +71,7 @@ class ContactListCubit extends DHTShortArrayCubit<proto.Contact> {
|
|||
final updated = await writer.tryWriteItemProtobuf(
|
||||
proto.Contact.fromBuffer, pos, newContact);
|
||||
if (!updated) {
|
||||
throw DHTExceptionTryAgain();
|
||||
throw DHTExceptionOutdated();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue