We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbe872 commit e351da1Copy full SHA for e351da1
1 file changed
worker/worker-channel.js
@@ -45,9 +45,9 @@ async function setupWorkerChannel() {
45
46
// ping worker for client ID
47
48
- //workerInstallPromise = pingWorkerForClientId();
+ workerInstallPromise = pingWorkerForClientId();
49
50
- //workerClientId = await workerInstallPromise;
+ workerClientId = await workerInstallPromise;
51
52
workerInstallPromise = null;
53
0 commit comments