Local Host
Description
If you choose the local host as machine in yada, it won't work.
Assumption:
the connection to local host is not yet adapted to the cdg-server. To fix this bug, you have to change the command which is given to the server. You see that command in the tab "Machines" under "access". It was specified by
YadaMachines.tcl.
Well, no, above assumption is wrong, the command is correct.
Fixed
The connection callback for a node is only needed if this node is visible in the Machines-tab. Otherwise the node is not in the array of YadaMachines and this caused the error.
Comments