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
Currently when spawning commands via concurrently, you cannot send messages from spawned process to top process due to the fact that the 'spwanOptions' won't allow it.
It might be useful to allow consumers to configure this in order to allow ipc and create communication in between.
If this something that make sense for you, would love to contribute it 👍
I tried adding it to the above mentioned PR, altho failed due to this issue. Do you plan to drop support for Node@16 over next major ? If so It won't be an issue rather just delaying this one.
Hey 👋
Currently when spawning commands via
concurrently
, you cannot send messages from spawned process to top process due to the fact that the 'spwanOptions' won't allow it.It might be useful to allow consumers to configure this in order to allow
ipc
and create communication in between.If this something that make sense for you, would love to contribute it 👍
Example of what potentially I would want:
The text was updated successfully, but these errors were encountered: