杨超越

Results 13 comments of 杨超越

@sacOO7 Thanks for your advice! I have read all of the issues and watch the video, but still can't make it run. I am using Unity 2018.2.2f1 Personal (the newest...

Appreciated. I do really update all of the libs including Unity and .Net days ago. Maybe it's the problem. I will try different .Net clients.

Resolve it! I download the source files and compile to dll in my environment, and it works!

@sacOO7 I am new to Unity and C#, I don't know why, but it works :) Thank you!

I am using Unity client. I have read all of the issues, one issue says that the .NET client has some problems when running in Android. I will tell you...

@sacOO7 Problem comes :) The Unity client can't connect to the server. It continually triggers the disconnect event. The server works well with js client. There are no other error...

@sacOO7 Find the reason! It works well with http but not https. Does the Unity client not support https yet? Or some config needed to work for https?

I am using "self signed certificate", is it the problem? How to disable ssl certificate check from client side?

Do you mean this config: "socket.SetSslCertVerification(false);" I tried to add this config, but still get the same error as without the config in https: It continually triggers disconnect event.

Sorry, I am using it in the local environment. If needed, I will try to deploy it to a remote server. But actually, the server code is simple. It's the...