mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
send a watchdog heartbeat for a poll worker thread when it's actually run
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user