예제 #1
0
func (conn *ProtoBufConn) writeRequest(r *protobuf.Packet) error {
	r.SetId(conn.msg_id)
	conn.send <- r
	return nil
}