Closed mbekkomo closed 1 year ago
Maybe you want something like this:
websocat --text autoreconnect:open-async:/tmp/myfifo - | websocat - wss://ws.ifelse.io --text
Okay, I will try it
websocat
hangs after receiving second message from pipe
Nevermind, I'll use the method from issue #68. Anyway thanks for the help.
Is there a way to keep websocat receiving content from named pipe?
For example, I have a FIFO named
myfifo
in/tmp
(/tmp/myfifo
). I want it to always receiving content from pipe without reconnecting it.