@ -82,7 +82,8 @@ func (cli *RPCClient) run() {
}
enc := gob.NewEncoder(zenc)
enc.Encode(<-cli.FrameChan)
cliBuffer := <-cli.FrameChan
enc.Encode(cliBuffer.BytesArray)
// 发到对面的网卡
err = stream.Send(&gen.Request{
The note is not visible to the blocked user.