Fix bug where no threadpool data would be displayed in the "show threads" command if threadpool type was QueueUserWorkItem (Unsafe worked as expected)
parent
713a14a6b5
commit
c0a00cd7fd
|
@ -1880,7 +1880,7 @@ namespace OpenSim.Framework
|
|||
}
|
||||
}
|
||||
else if (
|
||||
FireAndForgetMethod == FireAndForgetMethod.UnsafeQueueUserWorkItem
|
||||
FireAndForgetMethod == FireAndForgetMethod.QueueUserWorkItem
|
||||
|| FireAndForgetMethod == FireAndForgetMethod.UnsafeQueueUserWorkItem)
|
||||
{
|
||||
threadPoolUsed = "BuiltInThreadPool";
|
||||
|
|
Loading…
Reference in New Issue