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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: