* 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:
Teravus Ovares
2008-09-27 22:05:36 +00:00
parent 0e10c85617
commit 98632ee594
4 changed files with 73 additions and 10 deletions

View File

@@ -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;