wscat icon indicating copy to clipboard operation
wscat copied to clipboard

Wait for a connection to process the input

Open sim6 opened this issue 10 years ago • 0 comments

Firstly, thanks for your work.

Piped input doesn't work for me, please could you wait for a connection to process the input?

echo "hi!" | /usr/local/bin/wscat -c ws://echo.websocket.org
hi!
connected (press CTRL+C to quit)
> 

sim6 avatar May 11 '15 08:05 sim6