Skip to content

Commit 06b526f

Browse files
committed
Cancel ongoing RFC calls
1 parent 5a29871 commit 06b526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/clientConnectionCancel/direct-callback.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ client.open((err) => {
2020
{
2121
SECONDS: WAIT,
2222
},
23-
// { timeout: TIMEOUT } // overrides client timeout
2423
(err, res) => {
2524
if (err) {
2625
console.error("err", err, client.alive, client.connectionHandle);
@@ -36,5 +35,6 @@ client.open((err) => {
3635
console.log("done", res);
3736
}
3837
}
38+
// { timeout: TIMEOUT } // overrides client timeout
3939
);
4040
});

0 commit comments

Comments
 (0)