allinurl / gwsocket

fast, standalone, language-agnostic WebSocket server RFC6455 compliant
http://gwsocket.io
MIT License
745 stars 67 forks source link

Cannot write to wspipein.fifo #21

Closed entrealist closed 5 years ago

entrealist commented 5 years ago

Commands provided on the manual page for sending data doesn't work for me. E.g. sudo tail -f /var/log/nginx/access.log > /tmp/wspipein.fifo (NO RESULTS) also tried python code attached there - same result. Just empty fifo file. Tried on Mac OS and Ubuntu 18.04.

wspipeout is also empty

What may cause problem? Running under ngrok in pair with nginx, clients - Android

allinurl commented 5 years ago

Did you solve the issue? Thanks

entrealist commented 5 years ago

Sorry for opening, unchecked that my code was running on python3, and there was exception about writing bytes instead of string. Fixed now. Thanks