We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bd513 commit 0c0ddf7Copy full SHA for 0c0ddf7
1 file changed
src/HotChocolate/Core/src/Execution/AutoUpdateRequestExecutorProxy.cs
@@ -10,7 +10,7 @@ namespace HotChocolate.Execution;
10
/// executor for one specific schema and handles the resolving and hot-swapping
11
/// the specific executor.
12
/// </summary>
13
-public class AutoUpdateRequestExecutorProxy : IRequestExecutor
+public class AutoUpdateRequestExecutorProxy : IRequestExecutor, IDisposable
14
{
15
private readonly SemaphoreSlim _semaphore = new(1, 1);
16
private readonly RequestExecutorProxy _executorProxy;
0 commit comments