@ -90,8 +90,6 @@ func main() {
logInfoDebug("Packet fully read : len : %d / type : %d", p.PLength, p.PType)
}
readPacket(p, b[:p.PLength])
c := make([]byte, 0xFFFF)
copy(c, b[p.PLength:])
b = c
The note is not visible to the blocked user.