-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
worker_threads dependency breaks on Node 10 #47
Comments
All that is required is some way of detaching the buffer |
Right, but are there ways to detach the buffer cleanly without any |
MesaageChannels was the only way I could find, but I didn’t consider node 10 at the time |
@emilbayes could just make it a noop if that dep doesn't exist |
I'm seeing something similar on a build using
I've managed to get my project building by hacking a couple of your files: In And in But I know 'me bad' :( Is this an easy fix? |
https://nodejs.org/docs/latest-v10.x/api/worker_threads.html#worker_threads_worker_threads
We need to run Node with an extra experimental flag for this. Are there any good alternatives to keep Node 10 compat?
See-also: ssbc/chloride#21
The text was updated successfully, but these errors were encountered: