This commit is contained in:
laodaming 2023-09-21 17:10:56 +08:00
parent bcbcf0a4b2
commit 8a908a4438

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