We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e5807 commit bb1b9ceCopy full SHA for bb1b9ce
cryptography/javascript/sdk/crypto-quickstart/index.mjs
@@ -15,7 +15,8 @@ async function start() {
15
daprPort,
16
communicationProtocol: CommunicationProtocolEnum.GRPC,
17
});
18
- await client.health.isHealthy();
+ // await client.health.isHealthy();
19
+ await sleep(2500);
20
21
// Encrypt and decrypt a message from a buffer
22
await encryptDecryptBuffer(client);
0 commit comments