-
Notifications
You must be signed in to change notification settings - Fork 1
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
Double SIGINT on openmctStaticServer process still triggering uncaught SIGINT event #57
Comments
Even if the
|
A simple test can verify that explanation
|
We can fix the problem by simply running the Open-MCT Visualizer Server as a background process, detached from the shell command
Although the node process is detached, its stdin, stdout, stderr are still connected to the shell process as well as the originating iCubTelemetry server process. |
Fixed in #56 . |
In order to capture the actual exit code from the open-mct child process, we should send the process object to the telemetry server parent project. This is low priority and can be done later. |
The issue fixed in in #44 (refer to #44 (comment)_) is still present.
It was happening occasionally, and commenting the removal of the timeout and the idle listener implemented in 75b6fe8 would avoid the issue, but this has to be properly fixed.
The text was updated successfully, but these errors were encountered: