mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 10:43:06 +08:00
fix :support command api dev
This commit is contained in:
@ -186,7 +186,7 @@ public class WsServer {
|
||||
wsResult.setMessage(actionResult);
|
||||
SendMessage(session, wsResult);
|
||||
} finally {
|
||||
Chat2DBContext.remove();
|
||||
Chat2DBContext.removeContext();
|
||||
ContextUtils.removeContext();
|
||||
Dbutils.removeSession();
|
||||
}
|
||||
|
Reference in New Issue
Block a user