Skip to content
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

Transfer socket handles between worker_threads #32

Open
tshemsedinov opened this issue Feb 28, 2019 · 1 comment
Open

Transfer socket handles between worker_threads #32

tshemsedinov opened this issue Feb 28, 2019 · 1 comment
Labels

Comments

@tshemsedinov
Copy link
Member

See https://nodejs.org/api/worker_threads.html#worker_threads_port_postmessage_value_transferlist
Unlike with child processes, transferring handles such as network sockets is currently not supported. but we need it.

@lundibundi
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants