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
Using DynamicHandler or_BaseHandler_ to register a call method with the name "new" will result in the exception:
System.ArgumentException: Must use SetNew to register handler for new call requests
Solution
This is due to a deprecated validation used to enforce correct behavior prior to v0.4.2 and RES protocol v1.2.0. The validation should be removed and any example updated.
The text was updated successfully, but these errors were encountered:
Issue
Using DynamicHandler or_BaseHandler_ to register a call method with the name
"new"
will result in the exception:Solution
This is due to a deprecated validation used to enforce correct behavior prior to v0.4.2 and RES protocol v1.2.0. The validation should be removed and any example updated.
The text was updated successfully, but these errors were encountered: