andywer/threads-plugin

Use threads-plugin with SSR

开放

#8 创建于 2019年10月11日

 (8 条评论) (0 个反应) (0 位负责人)JavaScript (5 个派生)github user discovery
help wanted

仓库指标

星标
 (29 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi,

I am getting an error when I try to use the loader in SSR.

Captura de pantalla 2019-10-11 a las 11 34 29

Basically the loader is creating a new file from my worker called 0.worker.js and putting it in the folder where the server code has been compiled.

However, when I try to run this code,

  const greeter = await spawn(new Worker('./worker'))
  const {response} = await greeter({name: 'Carlos'})
  console.log(response)
  await Thread.terminate(greeter)

I get the error.

Any suggestions ?!

Thx!

Carlos

贡献者指南