kevoree / kevoree-library

Kevoree base library
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Global model available to client nodes #29

Closed tdalianis closed 7 years ago

tdalianis commented 7 years ago

Hi,

It seems that the global model is not available on the client node programmatically. When I try to use modelService.getCurrentModel().getModel() the nodes that i get, are only the master node and the client node and not the rest.

Is there a way to have a list of all the kevoree nodes on a client node?

maxleiko commented 7 years ago

Note: this is only happening when using CentralizedWSGroup, which is the expected behavior for now.

=> TODO => add a possibility to disable the reducing feature if needed

maxleiko commented 7 years ago

Available in v2

Note that this v2 is an early release and is subject to bugs