Ratchet messages not being sent to socket client
I am developing a terminal on web
app for personal use and using Ratchet
for the socket server.
And It is working fine with simple commands like ls
etc.
But when I run commands like ping
it just doesn’t send the content of stdout
and stderr
to the socket client However even in these commands I am able to see that commands live output in terminal.
Here is my implementation