This commit is contained in:
laodaming 2023-07-26 15:12:24 +08:00
parent e07d55efca
commit a896d42bc1

View File

@ -195,6 +195,8 @@ func (w *wsConnectItem) operationRenderTask() {
}
}
}
// 读取输出返回给客户端
func (w *wsConnectItem) writeLoop() {
for {
select {