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