Skip to content

Commit

Permalink
Update SqlServerJobQueue.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Nov 22, 2024
1 parent 508f6ba commit ec692a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hangfire.SqlServer/SqlServerJobQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ private SqlServerTransactionJob DequeueUsingTransaction(string[] queues, Cancell
finally
{
transaction?.Dispose();
transaction = null;
_storage.ReleaseConnection(connection);
}

Expand Down

0 comments on commit ec692a6

Please sign in to comment.