mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-11 15:40:29 -04:00
short array work and doc
This commit is contained in:
parent
d3cdca17c5
commit
64d4d0cefb
6 changed files with 178 additions and 94 deletions
|
@ -119,6 +119,8 @@ class ProcessorRepository {
|
|||
}
|
||||
|
||||
void processUpdateValueChange(VeilidUpdateValueChange updateValueChange) {
|
||||
log.debug('UpdateValueChange: ${updateValueChange.toJson()}');
|
||||
|
||||
// Send value updates to DHTRecordPool
|
||||
DHTRecordPool.instance.processRemoteValueChange(updateValueChange);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue