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

More tooling #214

Merged
merged 4 commits into from Jun 20, 2017
Merged

More tooling #214

merged 4 commits into from Jun 20, 2017

Conversation

oberstet
Copy link
Contributor

No description provided.

@oberstet oberstet merged commit 3bbbafd into crossbario:master Jun 20, 2017
@@ -63,9 +63,10 @@ def oncounter(counter, id, type):

# CALL
try:
res = yield self.call(u'com.example.add', x, 3)
res = yield self.call(u'com.example.add2', x, 3)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflicts because if the python component registers com.example.add2, then the Java component cannot register that name. So we need that to be distinct.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally yes, but I added "invoke=round-robin", so this actually works now

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

None yet

2 participants