-
Kind of, but not directly related to #216. I have an example where I need to pass work off to a subprocess, for security, and would like to be able to pick the WebSocket connection off to that, rather than reconcile the output in the main web server. Is it possible to initalize the same WebSocket connection within the subprocess? |
Beta Was this translation helpful? Give feedback.
Answered by
adriangb
Feb 6, 2023
Replies: 2 comments
-
If it's possible, I don't know how to do it. 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Generally you can't share network connections with subprocesses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kludex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally you can't share network connections with subprocesses