vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.72k stars 257 forks source link

Many zombie process #204

Closed k0xxxx closed 8 months ago

k0xxxx commented 8 months ago

Hi, when I connect to the websocket server several times, I get a lot of zombie processes after disconnect. ./websocat -E -t --exec-exit-on-disconnect -v ws-l:127.0.0.1:1234 exec:ls --exec-args -la

websocat
vi commented 8 months ago

I don't get zombie process when using this command line, but I remember fixing it before.

Are you using up to date Websocat?

k0xxxx commented 8 months ago

Yes, indeed, I used the old version. The latest version does not have this problem. Sorry for the false alarm.