-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to set meta when using call #69
Comments
Yes. But as stated in the documentation the following should work:
|
@AndreMaz could you reproduce it, plz? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use the repel with JSON-strings it wont add meta to the call.
will call the service v1.myService.action with
{run: true}
but it wont add{myExtra: 'data'}
to the meta of the request. The meta is always only{ '$repl': true }
.I start the repl with:
The text was updated successfully, but these errors were encountered: