@ -79,6 +79,7 @@ func (cli *RPCClient) run() {
// encode gob
enc := gob.NewEncoder(buf)
cliBuffer := <-cli.FrameChan
log.Printf("get from source bytes: %d", len(cliBuffer.BytesArray[0]))
err := enc.Encode(cliBuffer.BytesArray)
if err != nil {
log.Panic(err)
The note is not visible to the blocked user.