Skip to content

Commit f369076

Browse files
Add keepalive configuration (#471)
1 parent e4005c5 commit f369076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/channel/httpBeaconChannel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export class HttpBeaconChannel implements DuplexChannel<string, Envelope<string,
5757
originalTime: timestamp,
5858
departureTime: Date.now(),
5959
}),
60+
keepalive: true,
6061
}).then(async response => {
6162
if (response.ok) {
6263
this.notify(receiptId);

0 commit comments

Comments
 (0)