This commit is contained in:
shoopea 2020-06-14 22:44:39 +02:00
parent 8168e717c6
commit 11c8aee2d4

View File

@ -46,6 +46,8 @@ func main() {
break
}
logInfoDebug("Waiting for full packet : len : %d / type : %d", p.PLength, p.PType)
for {
n, err = r.Read(b[read:])
logErrorDebug(err, "r.Read")