Skip to content

Commit 1654949

Browse files
committed
Update worker-channel.js
1 parent 8cb981d commit 1654949

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/worker-channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ async function setupWorkerChannel() {
4848
workerInstallPromise = pingWorkerForClientId();
4949

5050
workerClientId = await workerInstallPromise;
51+
52+
workerInstallPromise = null;
5153

5254

5355
// create worker channel

0 commit comments

Comments
 (0)