This commit is contained in:
suyl
2021-08-10 10:30:52 +08:00
parent 39271aa7c7
commit 4ad32dc2b7

View File

@@ -1994,6 +1994,7 @@ func connHandler(c net.Conn, msg string) (result string) {
//缓冲
buf := make([]byte, 1024)
//写入数据
c.Write([]byte(msg))
//服务器端返回的数据写入buf
for {