mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +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()
|
||||
{
|
||||
Dispose(false);
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -491,7 +491,7 @@ namespace PepperDash_Essentials_Core.Queues
|
|||
|
||||
~GenericQueue()
|
||||
{
|
||||
Dispose(false);
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue