mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve exit
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
00d00b54ef
commit
ddae80a5f4
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
WebSocketServer = melody.New()
|
||||
WebSocketServer *melody.Melody
|
||||
|
||||
// map[string]map[string]*melody.Session{}
|
||||
sessions = sync.Map{} // {appId, {sessionId, session}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue