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
Does running it in a subshell work for you? (nohup wscat -c "127.0.0.1:8000" -x 'text' &)
or sh -c 'nohup wscat -c "127.0.0.1:8000" -x "text" &'
or nohup sh -c 'bin/wscat -c "127.0.0.1:8000" -x "text" &'
When run
wscat -c "127.0.0.1:8000" -x 'text'
Message is sent
If run
nohup wscat -c "127.0.0.1:8000" -x 'text' &
getting an error:
Version wscat is 4.0.0
Lubuntu 18.04, kernel 5.3.0-40-generic
The text was updated successfully, but these errors were encountered: