mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-21 21:58:46 -04:00
init failure retry work
This commit is contained in:
parent
519571628f
commit
ba191d3903
31 changed files with 438 additions and 218 deletions
|
@ -68,7 +68,7 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
messagesCubit: messagesCubit,
|
||||
);
|
||||
|
||||
Future<void> _init() async {
|
||||
Future<void> _init(Completer<void> _cancel) async {
|
||||
// Get local user info and account record cubit
|
||||
_localUserIdentityKey = _accountInfo.identityTypedPublicKey;
|
||||
|
||||
|
@ -420,7 +420,7 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
final _initWait = WaitSet<void>();
|
||||
final _initWait = WaitSet<void, void>();
|
||||
final AccountInfo _accountInfo;
|
||||
final AccountRecordCubit _accountRecordCubit;
|
||||
final ContactListCubit _contactListCubit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue