提交 c6fdf2c7 编写于 作者: K kimi

Merge branch 'master' of https://github.com/AlibabaTech/dubbo

......@@ -152,8 +152,8 @@ public class RpcUtils {
public static boolean isAsync(URL url, Invocation inv) {
boolean isAsync ;
//如果Java代码中设置优先.
if (Boolean.FALSE.toString().equals(inv.getAttachment(Constants.ASYNC_KEY))) {
isAsync = false;
if (Boolean.TRUE.toString().equals(inv.getAttachment(Constants.ASYNC_KEY))) {
isAsync = true;
} else {
isAsync = url.getMethodParameter(getMethodName(inv), Constants.ASYNC_KEY, false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册