kf6kjg/Anaximander2

Exception crash when connection to WHIP fails

Closed this issue · 1 comments

Exception: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.137:32700
at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
at System.Net.Sockets.Socket.Connect(String host, Int32 port)
at InWorldz.Whip.Client.RemoteServer.Connect()
at InWorldz.Whip.Client.RemoteServer.Start()
at AssetReader.AssetServerWHIP.Initialize(IConfig settings) in C:\projects\anaximander2\Source\AssetReader\AssetServerWHIP.cs:line 65
at AssetReader.AssetReader..ctor(IConfigSource configSource) in C:\projects\anaximander2\Source\AssetReader\AssetReader.cs:line 84
at Anaximander.Application.Main(String[] args)

Fixed in commit 548aebd