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

invocationId cannot be null #4

Open
vkusenko opened this issue Feb 19, 2019 · 0 comments
Open

invocationId cannot be null #4

vkusenko opened this issue Feb 19, 2019 · 0 comments

Comments

@vkusenko
Copy link

Change

return nonblocking
       ? InvocationMessage(methodName, args, MessageHeaders(), null)
       : InvocationMessage(methodName, args, MessageHeaders(), id.toString());

to return InvocationMessage(methodName, args, MessageHeaders(), id.toString());
or add a check by invocationId and remove (if null) from json before sending

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