You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling Graph(file) should become Graph(file, routerId) and everything should be linked to a global graphservice for router IDs. Thanks @joysword for the report.
The text was updated successfully, but these errors were encountered:
The issue is that, since the code is no longer using a graphservice, the graph has no routerId. For now I'm just creating a routerid manually using the ID of the object. This may be dangerous as I don't know where the ID is coming from in Jython, and it's not necessarily guaranteed to be unique. However, it's safe with one graph.
Calling Graph(file) should become Graph(file, routerId) and everything should be linked to a global graphservice for router IDs. Thanks @joysword for the report.
The text was updated successfully, but these errors were encountered: