From 98632ee594670625fbebc0faa49795fdccb9218a Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 27 Sep 2008 22:05:36 +0000 Subject: * 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. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5a48c90..46d03fb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -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; -- cgit v1.1