修改内存泄漏 并发延迟问题

parent 250e3240
......@@ -51,8 +51,7 @@ public class LogCallHttpAspect {
}
return result;
}
//@Async
public void asyncRecordIt(ProceedingJoinPoint pjp, Object result, String remoteIP){
Object[] args = pjp.getArgs();
String methodName = pjp.getSignature().getName();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment