原例子
Object xx = s.$invoke("Test", t, p);
发现bug在FutureFilter.fireInvokeCallback的
final Method onInvokeMethod = (Method)StaticContext.getSystemContext().get(StaticContext.getKey(invoker.getUrl(), invocation.getMethodName(), Constants.ON_INVOKE_METHOD_KEY));
就是这个invocation.getMethodName() 这个值是$invoke 而不是Test
而StaticContext.getSystemContext()的key是用Test方法明作为key
原例子
发现bug在
FutureFilter.fireInvokeCallback的就是这个invocation.getMethodName() 这个值是$invoke 而不是Test
而StaticContext.getSystemContext()的key是用Test方法明作为key