MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

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

Open marcvdijk opened 6 years ago

marcvdijk commented 6 years ago

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 commented 6 years ago

This should have been fixed in 425e47ec51f27a81a45eb5003ef2c91be5614b75.