mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve http server
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
21dff696cc
commit
106a679dba
3 changed files with 10 additions and 1 deletions
|
|
@ -745,6 +745,9 @@ func Close(force, setCurrentWorkspace bool, execInstallPkg int) (exitCode int) {
|
|||
if nil != util.WebSocketServer {
|
||||
util.WebSocketServer.Close()
|
||||
}
|
||||
if nil != util.HttpServer {
|
||||
util.HttpServer.Close()
|
||||
}
|
||||
util.HttpServing = false
|
||||
|
||||
if util.ContainerAndroid == util.Container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue