Assemble AMF request with Ruby RocketAMF
问题 I would like to make an AMF request body the same as the followings (Charles log): As show in Charles, it has and a "Command" value Object and a "CCLocalPlayerChanges" value Object. I am confused with the Value for such object, how can I make them using RocketAMF? I have tried using hash for such object: data = [{ :method => "load", :service => "start.game", :player_delta => {:stamina => 0}, :sequence_num => self.sequence_num, :transaction_time => Time.now.to_i.to_s, :icp => 0, }] env =