Browse Source

#3277

gcu:add gcu task to home action
gcu
chenyifan01 2 years ago
parent
commit
be3cd0bbaa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/socketwrap/clientManager.go

+ 1
- 1
services/socketwrap/clientManager.go View File

@@ -10,7 +10,7 @@ import (
"github.com/elliotchance/orderedmap"
)

var opTypes = []int{1, 2, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35}
var opTypes = []int{1, 2, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 41}

type ClientsManager struct {
Clients *orderedmap.OrderedMap


Loading…
Cancel
Save