Home Forums Support PC terminal and mobile terminal connection cannot be returned Reply To: PC terminal and mobile terminal connection cannot be returned

#3023
Anonymous
Inactive

A few questions:

1. What error occurs on the android client?
2. What happens if you create the connection differently in android:

ConnectionInfo info = new ConnectionInfo(ip, port);
TCPConnection conn = TCPConnection.GetConnection(info);
string i = conn.SendReceiveObject<string, string>("Message", "Retuen", 1000, "Hello Word");

Regards,
Marc