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
I am expecting that when the websockify exits because of timeout, it closes/kills the socat as well. btw, it does work, if I press crt-c.
I guess, we should add do_cleanup() and use it to clean the self.cmd in some of these conditions. I tried putting it in, but it is getting called twice and dont know correct way of closing popen handle. May be has to do with multiprocess? (may need to spend more time on this). Would appreciate if some who understands the code can fix the issue/help fix it.
Thanks
/Jd
The text was updated successfully, but these errors were encountered:
Hi guys,
Trying to use wrap option. Have socat proxying for actual vnc server.
./utils/websockify --timeout 20 --run-once --ssl-only 6900 -- socat... params.
I am expecting that when the websockify exits because of timeout, it closes/kills the socat as well. btw, it does work, if I press crt-c.
I guess, we should add do_cleanup() and use it to clean the self.cmd in some of these conditions. I tried putting it in, but it is getting called twice and dont know correct way of closing popen handle. May be has to do with multiprocess? (may need to spend more time on this). Would appreciate if some who understands the code can fix the issue/help fix it.
Thanks
/Jd
The text was updated successfully, but these errors were encountered: