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
@raserle Thanks for bringing this up
MethodState is initialized with (User)Exectuable true.
And I don`t think we can change it without breaking existing implementations.
So not shure if this StatusCode would ever be thrown, even if we put the check before the input arguments validation.
Type of issue
Current Behavior
@romanett

In Bug you see the error "BadTooManyArguments" on call the method.
If you have a "NodeManager:CustomNodeManager2" with Call method
and call the base

you end in MethodState

and on line 653 is the return. That is what happen wenn no method implemented.
The correct check what we need, comes in this call.

That is a test for implementation of method, and this could return NotImplemented. But with the checks before we never reach this.

Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: