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