Closed
Description
The first version uses process pipes for I/O which works just fine on Unix-like systems. However, PHP on Windows does not currentl allow non-blocking access to process pipes (reactphp/child-process#9) and this is unlikely to change any time soon. As an alternative, we should provide a way to use sockets instead on Windows.