This commit is contained in:
laodaming 2023-09-21 17:22:22 +08:00
parent e86a8072a5
commit 0885c645c3

View File

@ -36,7 +36,7 @@ type extendRenderProperty struct {
// 处理分发到这里的数据
func (r *renderProcessor) allocationMessage(w *wsConnectItem, data []byte) {
logx.Info("开始处理渲染任务消息:", string(data))
//logx.Info("开始处理渲染任务消息:", string(data))
select {
case <-w.closeChan: //已经关闭
return