Skip to content

Commit d6687dd

Browse files
committed
chore: Fix merge
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 696312a commit d6687dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/dapr/durabletask/DurableTaskGrpcWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void start() {
102102
public void close() {
103103
this.workerThread.interrupt();
104104
this.isNormalShutdown = true;
105-
this.processorThread.interrupt();
105+
this.workerThread.interrupt();
106106
this.shutDownWorkerPool();
107107
this.closeSideCarChannel();
108108
}

0 commit comments

Comments
 (0)