1
0
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 1.x branch

This commit is contained in:
fangjian0423
2019-03-26 20:35:33 +08:00
parent dd765d3344
commit 7e35e71119
3 changed files with 14 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ public class SentinelInvocationHandler implements InvocationHandler {
}
finally {
if (entry != null) {
entry.exit();
entry.exit(1, args);
}
ContextUtil.exit();
}