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
Agreed. This would be done in the mcall() wrapper. Either directly, or maybe better in NTURI.wrap() where the zip() is implicitly discarding the extra positional argument.
Description
When calling a function defined by
@rpccall
, extra arguments are silently ignored.To reproduce
Run the following server:
Run the following client:
Observed behaviour
Running the client succeeds, but the server only gets a single argument. Relevant output:
Expected behaviour
Should fail with an exception, probably
TypeError
The text was updated successfully, but these errors were encountered: