mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Added a catch for RemotingErrors on the TCP init
This commit is contained in:
@@ -47,6 +47,10 @@ namespace OpenSim.Region.ScriptEngine.RemoteServer
|
||||
{
|
||||
System.Console.WriteLine("Error: unable to connect to server");
|
||||
}
|
||||
catch (System.Runtime.Remoting.RemotingException)
|
||||
{
|
||||
System.Console.WriteLine("Error: unable to connect to server");
|
||||
}
|
||||
return null;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user