MarekKowalski / LiveScan3D-Hololens

A Unity application for receiving and rendering point clouds on Hololens and other devices.
MIT License
567 stars 145 forks source link

SocketException:Unable to connect because the target computer is actively rejected #16

Open StoneClose opened 5 years ago

StoneClose commented 5 years ago

SocketException:由于目标计算机积极拒绝,无法连接。 System.Net.Sockets .Socket.Connect (System.Net.EndPoint remoteEP, Boolean requireSocketPolicy) System.Net.Sockets .Socket.Connect (System.Net.EndPoint remoteEP) System.Net.Sockets TcpClient.Connect (System .Net.IPEndPoint remote end point) System.Net .Sockets .TcpClient.Connect(System.Net.IPAddres[] ipAddresses, Int32 port)

MarekKowalski commented 5 years ago

Hi,

When is this happening? Are you trying to connect from the HoloLens to the PC or is it from the PC (in Unity) to the same PC? Did you check the firewall settings?

Marek

tkbala commented 5 years ago

It looks like @StoneClose might not be opening the server from the same PC as the unity application (or) the server might not have been started.