mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-08 06:32:49 -04:00
mutex debugging
This commit is contained in:
parent
120a7105c8
commit
103975bb56
24 changed files with 88 additions and 65 deletions
|
@ -18,7 +18,7 @@ class VeilidChatGlobalInit {
|
|||
await getDefaultVeilidPlatformConfig(kIsWeb, VeilidChatApp.name));
|
||||
|
||||
// Veilid logging
|
||||
initVeilidLog(kDebugMode);
|
||||
initVeilidLog(kIsDebugMode);
|
||||
|
||||
// Startup Veilid
|
||||
await ProcessorRepository.instance.startup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue