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

Call micro service without 'with self.group_context' does not work #123

Open
marcvdijk opened this issue May 1, 2018 · 1 comment
Open

Comments

@marcvdijk
Copy link
Member

In a ComponentSession, this works:

with self.group_context(‘mdgroup’):
send_time = now()
response = yield self.call(‘mdgroup.echo.endpoint.hello’, {
‘message’: {
‘greeting’: ‘Hello World!’,
‘sendTime’: send_time
}
})

A simple call to ‘mdgroup.echo.endpoint.hello’ without the group_context does not work

@pevisscher
Copy link
Member

pevisscher commented Jun 11, 2018

This should have been fixed in 425e47e.

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

No branches or pull requests

2 participants