Hi,
When I use IP address of the server then I can connect to it and get a valid response. But if I use domain name instead of IP address then I dont receive any response.
Here is the code snippet :
private string gateServerUrl = "http://mydomaincom:3014";
//private string gateServerUrl = "00.00.000.00:3014";
pclient = new PomeloClient (gateServerUrl);
pclient.request ("gate.gateHandler.getConnector", user, new System.Action (OnResponse));
And the same code for the MAC and iOS works just fine.
Hi,
When I use IP address of the server then I can connect to it and get a valid response. But if I use domain name instead of IP address then I dont receive any response.
Here is the code snippet :
private string gateServerUrl = "http://mydomaincom:3014";
//private string gateServerUrl = "00.00.000.00:3014";
pclient = new PomeloClient (gateServerUrl);
pclient.request ("gate.gateHandler.getConnector", user, new System.Action (OnResponse));
And the same code for the MAC and iOS works just fine.