From 97b3eb5864a693ef8b023487e7ec5c3f21cd7583 Mon Sep 17 00:00:00 2001 From: fish Date: Thu, 9 May 2019 20:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=A8=E7=A3=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tcpserver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcpserver.go b/tcpserver.go index 8aa48b2..6eca799 100644 --- a/tcpserver.go +++ b/tcpserver.go @@ -224,9 +224,9 @@ func readConn(conn net.Conn, readChan chan<- []byte, stopChan chan<- bool) { buffer = new(bytes.Buffer) - if(dataType ==1 || dataType ==2 || dataType == 4 ){ + // if(dataType ==1 || dataType ==2 || dataType == 4 ){ go dealDatav3(data[i-4:i+end]) - } + // } } }