http://bugzilla.novell.com/show_bug.cgi?id=531017

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=531017#c2





--- Comment #2 from Martin Baulig <[email protected]>  2009-08-14 06:45:08 MDT 
---
This is easy to fix.

On the server, we need to use either 'DebuggerMarshalByRefObject' everywhere
instead of 'MarshalByRefObject' or add

                public override object InitializeLifetimeService()
                {
                        return null;
                }

We're doing this everywhere in the debugger to make sure the remote object
never expires; 5 minutes is the default remoting timeout.

I found and fixed one spot where this needed to be done, I'll now leave it
running while taking a shower and packing my bag and see whether it's actually
fixed when I'm back.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to