Skip to content

Commit 0c0ddf7

Browse files
committed
Fixed Sonar Issue
1 parent a1bd513 commit 0c0ddf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HotChocolate/Core/src/Execution/AutoUpdateRequestExecutorProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace HotChocolate.Execution;
1010
/// executor for one specific schema and handles the resolving and hot-swapping
1111
/// the specific executor.
1212
/// </summary>
13-
public class AutoUpdateRequestExecutorProxy : IRequestExecutor
13+
public class AutoUpdateRequestExecutorProxy : IRequestExecutor, IDisposable
1414
{
1515
private readonly SemaphoreSlim _semaphore = new(1, 1);
1616
private readonly RequestExecutorProxy _executorProxy;

0 commit comments

Comments
 (0)