Merge remote-tracking branch 'meta/Alpha' into Alpha
This commit is contained in:
commit
2b8ac19566
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func Start(device io.ReadWriter, gateway, portal, broadcast netip.Addr) (*TCP, *
|
||||||
n, err := device.Read(buf)
|
n, err := device.Read(buf)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Warnln("system error:%s", err.Error())
|
log.Warnln("system error:%s", err.Error())
|
||||||
continue
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
raw := buf[:n]
|
raw := buf[:n]
|
||||||
|
|
Loading…
Reference in a new issue