mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-22 18:29:23 +08:00
强制移除线程变量
This commit is contained in:
parent
7d9aa01d8d
commit
5a91d975a6
@ -51,9 +51,10 @@ public class ArrHandle {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
WxMsgHandle.exec(privateChatMsg);
|
WxMsgHandle.exec(privateChatMsg);
|
||||||
chatMsgThreadLocal.remove();
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e);
|
log.error(e);
|
||||||
|
}finally {
|
||||||
|
chatMsgThreadLocal.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.error("退出线程了");
|
log.error("退出线程了");
|
||||||
@ -72,9 +73,10 @@ public class ArrHandle {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
WxMsgHandle.exec(privateChatMsg);
|
WxMsgHandle.exec(privateChatMsg);
|
||||||
chatMsgThreadLocal.remove();
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error(e);
|
log.error(e);
|
||||||
|
}finally {
|
||||||
|
chatMsgThreadLocal.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log.error("退出线程了");
|
log.error("退出线程了");
|
||||||
|
Loading…
Reference in New Issue
Block a user