feat: guacd

This commit is contained in:
ttk
2024-02-23 17:55:01 +08:00
parent 502048c165
commit 15357ab6b4
4 changed files with 173 additions and 149 deletions

View File

@@ -71,7 +71,7 @@ func Init() (err error) {
ctx := &gin.Context{}
for _, s := range sessions {
if s.SessionType == model.SESSIONTYPE_WEB {
doOfflineOnlineSession(ctx, s.SessionId, "")
offlineSession(ctx, s.SessionId, "")
continue
}
s.Monitors = &sync.Map{}