tsx icon indicating copy to clipboard operation
tsx copied to clipboard

Parent-child pipes not relayed

Open antoinep92 opened this issue 7 months ago • 2 comments

Acknowledgements

  • [X] I read the documentation and searched existing issues to avoid duplicates
  • [X] I understand this is a bug tracker and anything other than a proven bug will be closed
  • [X] I understand this is a free project and relies on community contributions
  • [X] I read and understood the Contribution guide

Minimal reproduction URL

https://stackblitz.com/edit/node-qzmjn4?file=main.js

Problem & expected behavior (under 200 words)

I'm not aware of how tsx works internally, but apparently it breaks at least some forms of inter-process communication. I setup a child process to have a stream (fd 3) to talk with it's parent, but that becomes unusable when using tsx. Spent quite a bit of time to track the issue to tsx actually ^_^

I don't know if this is easily fixable, but at least it should be documented somewhere.

Bugs are expected to be fixed by those affected by it

  • [X] I'm interested in working on this issue

Compensating engineering work will speed up resolution and support the project

  • [ ] I'm willing to offer $10 for financial support

antoinep92 avatar Jul 15 '24 16:07 antoinep92