fix :support command api dev

This commit is contained in:
SwallowGG
2024-02-20 09:57:39 +08:00
parent 8b1d1b6c41
commit 25405399b0

View File

@ -186,7 +186,7 @@ public class WsServer {
wsResult.setMessage(actionResult);
SendMessage(session, wsResult);
} finally {
Chat2DBContext.remove();
Chat2DBContext.removeContext();
ContextUtils.removeContext();
Dbutils.removeSession();
}