Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a graphservice #5

Open
mattwigway opened this issue Nov 23, 2014 · 1 comment
Open

Use a graphservice #5

mattwigway opened this issue Nov 23, 2014 · 1 comment

Comments

@mattwigway
Copy link
Owner

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.

mattwigway added a commit that referenced this issue Nov 23, 2014
@mattwigway
Copy link
Owner Author

More background from the post:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant