fix: Do not use unsafe work queue for auto archiving (#1116)
This commit is contained in:
parent
a4168dc219
commit
0d19a5ff99
2 changed files with 11 additions and 8 deletions
|
|
@ -119,7 +119,8 @@ public partial class Timer
|
|||
{
|
||||
RefillPool(amountToRefill, out var head, out var tail);
|
||||
return (head, tail);
|
||||
}
|
||||
},
|
||||
Core.ClosingTokenSource.Token
|
||||
);
|
||||
|
||||
ReturnToPool(amountToRefill, headTimer, tailTimer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue