The arguments are not passed correctly from dispatch() to the custom caller. For example, if we have a method with 0 arguments, the caller will nevertheless try to pass args and kwargs, resulting in a runtime error of 2 arguments passed when expecting 0. In my tests this fixes it, can someone confirm?
The arguments are not passed correctly from dispatch() to the custom caller. For example, if we have a method with 0 arguments, the caller will nevertheless try to pass args and kwargs, resulting in a runtime error of 2 arguments passed when expecting 0. In my tests this fixes it, can someone confirm?