module Protobuf::Rpc::Connectors::Common
def post_init
def post_init send_data unless error? rescue => e failure(:RPC_ERROR, "Connection error: #{e.message}") end
def post_init send_data unless error? rescue => e failure(:RPC_ERROR, "Connection error: #{e.message}") end