You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of gRPC and what language are you using?
grpc from npm 1.24.4
node 12.18.2 (and same issue in v14)
What operating system (Linux, Windows,...) and version?
Linux 5.8.0-41-generic #46~20.04.1-Ubuntu SMP Mon Jan 18 17:52:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
What runtime / compiler are you using (e.g. python version or version of gcc)
the one that npm provides
What did you do?
trying to launch my app using worker_threads - via thread.js - see also andywer/threads.js#334
This is a known issue, see #778. I suggest switching to @grpc/grpc-js, both to avoid this specific problem, and because the grpc package will be deprecated soon.
Copied from grpc/grpc#25359
What version of gRPC and what language are you using?
grpc from npm 1.24.4
node 12.18.2 (and same issue in v14)
What operating system (Linux, Windows,...) and version?
Linux 5.8.0-41-generic #46~20.04.1-Ubuntu SMP Mon Jan 18 17:52:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
What runtime / compiler are you using (e.g. python version or version of gcc)
the one that npm provides
What did you do?
trying to launch my app using worker_threads - via thread.js - see also andywer/threads.js#334
What did you expect to see?
a working app
What did you see instead?
node crash
@cameronbraid
The text was updated successfully, but these errors were encountered: