cluster/Backend: Pass node_id via Init()

This commit is contained in:
Arne Welzel 2025-01-13 19:45:08 +01:00
parent 0b7a660a34
commit 769044e8e1
3 changed files with 20 additions and 4 deletions

View file

@ -585,7 +585,7 @@ function log(msg: string)
function init(): bool
{
return Cluster::Backend::__init();
return Cluster::Backend::__init(Cluster::node_id());
}
function subscribe(topic: string): bool