NetEase / UnitySocketIO

socket.io client for unity3d.
889 stars 229 forks source link

On windows I can't connect to url with host names. #12

Closed valyard closed 11 years ago

valyard commented 11 years ago

It seems that I can connect only to URLs containing IP addresses. It does handshaking successfully but after that just waits in "connecting" state forever.

For example if I try to connect ro 127.0.0.1:3700 it works, localhost:3700 doesn't. Tried to connect to a remote server by host name — doesn't work.

Works fine on OS X.

halfblood369 commented 11 years ago

Does your problem remain?

valyard commented 11 years ago

Yes. I dropped this project. There were to many problems using the library )8

Kuirak commented 10 years ago

Problem is still remaining - Could not connect to my node.js server until I found this Issue. If you need me to get any data feel free to ask

SagarDabas commented 10 years ago

I also have the same problem. If anyone have been able to resolve it, please post the solution.