ll21121
Results
2
issues of
ll21121
dubbo version: 3.1.7, ``` public R test( ) throws ExecutionException, InterruptedException { CompletableFuture future = RpcContext.getServiceContext().asyncCall( () -> { return asyncService.sayHello("oneway call request1"); } ); return toAjax(future.get() != null); }...
:btn 使用ref([]), 更改数组后,无法更新按钮 