Skip to content

Commit ca11869

Browse files
committed
chore: Fix merge
Signed-off-by: Javier Aliaga <[email protected]>
1 parent 11afac5 commit ca11869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public void start() {
101101
public void close() {
102102
this.workerThread.interrupt();
103103
this.isNormalShutdown = true;
104+
this.workerThread.interrupt();
104105
this.shutDownWorkerPool();
105106
this.closeSideCarChannel();
106107
}

0 commit comments

Comments
 (0)