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
When testing #97223, I noticed the CliDevModeis forwarding the SIGINT signal as expected. However, the server (child process) is also receiving the signal somehow.
It could probably happen due to the pipe of stdio, but we'd need to look further into that to confirm it.
The text was updated successfully, but these errors were encountered:
When testing #97223, I noticed the
CliDevMode
is forwarding theSIGINT
signal as expected. However, the server (child process) is also receiving the signal somehow.It could probably happen due to the pipe of
stdio
, but we'd need to look further into that to confirm it.The text was updated successfully, but these errors were encountered: