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 8cb981d commit 1654949Copy full SHA for 1654949
worker/worker-channel.js
@@ -48,6 +48,8 @@ async function setupWorkerChannel() {
48
workerInstallPromise = pingWorkerForClientId();
49
50
workerClientId = await workerInstallPromise;
51
+
52
+ workerInstallPromise = null;
53
54
55
// create worker channel
0 commit comments