We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bac003 commit 99c4a7eCopy full SHA for 99c4a7e
packages/durabletask-js/src/client/client.ts
@@ -55,7 +55,7 @@ export class TaskHubGrpcClient {
55
}
56
57
async stop(): Promise<void> {
58
- this._stub.close();
+ await this._stub.close();
59
60
// Brief pause to allow gRPC cleanup - this is a known issue with grpc-node
61
// https://github.com/grpc/grpc-node/issues/1563#issuecomment-829483711
0 commit comments