gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Anonymous GraphNames are not unique across processes and hosts #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GraphName.newAnonymous() is not safe across multiple hosts/processes.
Instead, it should use the same algorithm as in cpp and Python.

Original issue reported on code.google.com by damonkoh...@google.com on 24 Apr 2012 at 7:43