Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* skip used NodeId's When you create a Node with an explicitly set NodeId - lets say 2003 - and after that create three Node's using the automatic id allocation, you run into error stating "NodeId 2003 already exists". This patch avoids such errors by skipping existing NodeId's in automatic id allocation. * fixed stupid copy paste bug * combine CreateUniqueNodeId and GetNewNodeId * add range test to automatic node id allocation
- Loading branch information