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 e4005c5 commit f369076Copy full SHA for f369076
src/channel/httpBeaconChannel.ts
@@ -57,6 +57,7 @@ export class HttpBeaconChannel implements DuplexChannel<string, Envelope<string,
57
originalTime: timestamp,
58
departureTime: Date.now(),
59
}),
60
+ keepalive: true,
61
}).then(async response => {
62
if (response.ok) {
63
this.notify(receiptId);
0 commit comments