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 unity client not working when using domain name and ssl #26

Open
letiennam29 opened this issue Aug 5, 2015 · 0 comments
Open

Comments

@letiennam29
Copy link

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?

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

1 participant