Timeline for why remote terminal hangs on exit?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 26, 2022 at 8:46 | comment | added | xrfang | I added a goroutine to see if the shell is still there, if it is not, send a signal to rtc to disconnect. | |
| Mar 26, 2022 at 8:46 | vote | accept | xrfang | ||
| Mar 26, 2022 at 3:00 | comment | added | xrfang | I also tried to modify the background process' stdio, but to no avail yet. I posted a new question here: stackoverflow.com/questions/71623471/… | |
| Mar 26, 2022 at 2:59 | comment | added | xrfang | The rt program is a daemon, which does not exit, and I currently do not fork a copy of rt and do the tty stuff in the forked instance (if that is what you mean). As a matter of fact, I primarily programming Go, and can barely read C source code :(. I will try to do a periodic monitoring solution first. Thanks. | |
| Mar 26, 2022 at 2:16 | history | answered | G-Man Says 'Reinstate Monica' | CC BY-SA 4.0 |