qkhanh02
Results
2
issues of
qkhanh02
I have tried Pomelochat-unity-socket but I doesn't work. I found this problem : The pomelochat-websocket game server config useDict = true in the connector, if I remove the useDict config...
Hi, I tried this but it always freezing the unity. void OnApplicationQuit() { if (pclient != null) { Debug.Log("quit"); pclient.disconnect(); } ``` } ```