Skip to content

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

@SagarDabas

Description

@SagarDabas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions