mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 06:31:13 -04:00
watch value fix, invitation fix, logging
This commit is contained in:
parent
b3e9cbd4f3
commit
8335e36876
7 changed files with 133 additions and 77 deletions
|
@ -24,7 +24,8 @@ class VeilidChatGlobalInit {
|
|||
await ProcessorRepository.instance.startup();
|
||||
|
||||
// DHT Record Pool
|
||||
await DHTRecordPool.init();
|
||||
await DHTRecordPool.init(
|
||||
logger: (message) => log.debug('DHTRecordPool: $message'));
|
||||
}
|
||||
|
||||
// Initialize repositories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue