Hi, I am trying to create simple script to set a node as draining, then remove the node after all connections are gone. I am able to add, remove nodes, set the draining, but cant figure out how to test draining has been completed. Of course I can set up a time out for a minute or so after node is set to drain, but that doesn't feel efficient. I was also looking at getAllConnections() - but that is not really usable as our system is swamped with many connections and result is way to big to use it for periodical checking. Any ideas? Cheers Tom
... View more