Skip to content

pomelo unity client not working when using domain name and ssl #26

@letiennam29

Description

@letiennam29

Hi everybody,

I have user lib pomelo-unityclient-socket to connect server pomelo. But when using domain name it not working.

string host = "mydomaincom";// Not working with domain name
int port = 80;
pc = new PomeloClient(host, port);
pc.connect(null, (data)=>{
JsonObject msg = new JsonObject();
msg["uid"] = "123456";
pc.request("gate.gateHandler.queryEntry", msg, OnQuery);
});

And i don't know using ssl to connect server.

Can any one tell me how using?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions