mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-02 11:16:10 -04:00
deadlock cleanup
This commit is contained in:
parent
23867a1784
commit
2141dbff21
40 changed files with 254 additions and 253 deletions
|
@ -44,13 +44,6 @@ class ProcessorRepository {
|
|||
|
||||
log.info('Veilid version: $veilidVersion');
|
||||
|
||||
// HACK: In case of hot restart shut down first
|
||||
try {
|
||||
await Veilid.instance.shutdownVeilidCore();
|
||||
} on Exception {
|
||||
// Do nothing on failure here
|
||||
}
|
||||
|
||||
final updateStream = await Veilid.instance
|
||||
.startupVeilidCore(await getVeilidConfig(kIsWeb, VeilidChatApp.name));
|
||||
_updateSubscription = updateStream.listen((update) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue