mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
* Event queue is now polling..
* returns FAKEEVENT instead of the connection returning a 502. It doesn't like our 502's for some reason.. so, in leau of this.. send it a fake event. * Once again, this is still 'really early' code, so please don't blame us if you have no more threads left.
This commit is contained in:
@@ -783,7 +783,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
ClientLoop();
|
||||
}
|
||||
}
|
||||
catch (System.Exception e)
|
||||
//Todo set as Generic Exception again.
|
||||
catch (System.BadImageFormatException e)
|
||||
{
|
||||
if (e is ThreadAbortException)
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user