Gets a list with the nodes connected to the hub, this excluded.
foreach(node ; server.nodes) { assert(node.name != server.nodeName); }
See Implementation
Gets a list with the nodes connected to the hub, this excluded.