[Mono-bugs] [Bug 531017] [regression] The remote debugger connection times out after 5 mins of inactivity
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 14 08:45:10 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=531017
User martin at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=531017#c2
--- Comment #2 from Martin Baulig <martin at novell.com> 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.
More information about the mono-bugs
mailing list