php-websocket
php-websocket copied to clipboard
Make IPC optional
By passing null as the IPC path, opening a UNIX socket can be skipped.
I want to be able to do this in order to start a websocket server on Windows without it failing to open a UNIX socket.
This change is backwards-compatible and the earliest supported version is PHP 7.4.
Just read through #42. Seems like it would fix the error I receive. I would still like to be able to control if an IPC socket gets created in the first place.
@nekudo Could you take a look at this?