send a watchdog heartbeat for a poll worker thread when it's actually run
parent
85170f5d5d
commit
f7b5d17aa2
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue