fix
This commit is contained in:
parent
ae58ebe35a
commit
34d5e62824
|
@ -53,7 +53,7 @@ type wsConnectItem struct {
|
|||
outChan chan []byte //发送回客户端的消息
|
||||
mutex sync.Mutex
|
||||
renderImageTask map[string]struct{} //需要渲染的图片
|
||||
renderImageTaskCtlChan chan renderImageControlChanItem
|
||||
renderImageTaskCtlChan chan renderImageControlChanItem //渲染任务新增移除的控制通道
|
||||
}
|
||||
type renderImageControlChanItem struct {
|
||||
Option int // 0删除 1添加
|
||||
|
|
Loading…
Reference in New Issue
Block a user