Closed kerneis-anssi closed 2 years ago
mkfifo will fail if the socket exists already. As a result, wob will not run, the socket will clog up and all the processes writing to it will accumulate. Delete the socket before recreating it to ensure a clean state.
Thanks :+1:
mkfifo will fail if the socket exists already. As a result, wob will not run, the socket will clog up and all the processes writing to it will accumulate. Delete the socket before recreating it to ensure a clean state.