mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
passes true when disposing of generic queue in deconstructor
This commit is contained in:
parent
33a1b1697a
commit
e327d2d359
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ namespace PepperDash.Essentials.Core.Queues
|
||||||
|
|
||||||
~GenericQueue()
|
~GenericQueue()
|
||||||
{
|
{
|
||||||
Dispose(false);
|
Dispose(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
@ -491,7 +491,7 @@ namespace PepperDash_Essentials_Core.Queues
|
||||||
|
|
||||||
~GenericQueue()
|
~GenericQueue()
|
||||||
{
|
{
|
||||||
Dispose(false);
|
Dispose(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue