You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
SagarDabas
changed the title
Domain name issue in Windows and Android
Pomelo Client not working in android and window when using domain name.
Oct 1, 2014
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.
The text was updated successfully, but these errors were encountered: