fix
This commit is contained in:
parent
3deda93e7e
commit
5a92db70eb
|
@ -131,7 +131,6 @@ func (l *DataTransferLogic) DataTransfer(svcCtx *svc.ServiceContext, w http.Resp
|
|||
outChan: make(chan []byte, 100),
|
||||
renderImageTask: make(map[string]struct{}),
|
||||
renderImageTaskCtlChan: make(chan renderImageControlChanItem, 100),
|
||||
isClose: false,
|
||||
}
|
||||
//保存连接
|
||||
mapConnPool.Store(flag, ws)
|
||||
|
|
Loading…
Reference in New Issue
Block a user