You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to return InvocationMessage(methodName, args, MessageHeaders(), id.toString());
or add a check by invocationId and remove (if null) from json before sending
The text was updated successfully, but these errors were encountered:
Change
to
return InvocationMessage(methodName, args, MessageHeaders(), id.toString());
or add a check by invocationId and remove (if null) from json before sending
The text was updated successfully, but these errors were encountered: