1
0
mirror of https://github.com/danog/process.git synced 2024-12-12 09:09:44 +01:00

Fix if no socket connects on Windows within the timeout period

This commit is contained in:
Niklas Keller 2017-09-19 13:18:17 +02:00
parent 0e57b8d379
commit f22ca73e10

View File

@ -30,7 +30,7 @@ final class Handle extends ProcessHandle {
public $wrapperStderrPipe;
/** @var resource[] */
public $sockets;
public $sockets = [];
/** @var Deferred[] */
public $stdioDeferreds;