send a watchdog heartbeat for a poll worker thread when it's actually run

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-15 22:20:44 +00:00
parent 122304317c
commit ccae787d03

View File

@@ -69,6 +69,9 @@ namespace OpenSim.Framework.Servers.HttpServer
while (m_running)
{
PollServiceHttpRequest req = m_request.Dequeue();
Watchdog.UpdateThread();
try
{
if (req.PollServiceArgs.HasEvents(req.RequestID, req.PollServiceArgs.Id))