From 8c0fed32757f372370e6d7cb011a6c0d81f163de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= <huangsimin@yuandian.com>
Date: Mon, 29 Aug 2022 11:13:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 device.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/device.go b/device.go
index 363b2a7..63a1355 100644
--- a/device.go
+++ b/device.go
@@ -221,6 +221,8 @@ func (nc *NetCard) runRead() {
 			buffer.BytesArray = append(buffer.BytesArray, []byte(rframe))
 		}
 
+		continue
+
 		for dst, buffer := range bytesMap {
 
 			var cli *RPCClient