mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix bug of sentinel feign in finchley branch
This commit is contained in:
@@ -128,7 +128,7 @@ public class SentinelInvocationHandler implements InvocationHandler {
|
||||
}
|
||||
finally {
|
||||
if (entry != null) {
|
||||
entry.exit();
|
||||
entry.exit(1, args);
|
||||
}
|
||||
ContextUtil.exit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user