Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pomelo Client not working in android and window when using domain name. #4

Open
SagarDabas opened this issue Oct 1, 2014 · 3 comments

Comments

@SagarDabas
Copy link

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.

@SagarDabas 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
@chenjd
Copy link

chenjd commented Feb 15, 2015

somebody here?

@dubanflorin
Copy link

Hello,

You shoud get the ip from the domain name in the game and use it to start pomelo client.

On 15 Feb 2015, at 05:30, jiadong chen [email protected] wrote:

somebody here?


Reply to this email directly or view it on GitHub #4 (comment).

@SagarDabas
Copy link
Author

There are many issues with this client .. I relaced websocket4net with websocket4sharp and most of the issues were gone. Including this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants