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:
parent
0e57b8d379
commit
f22ca73e10
@ -30,7 +30,7 @@ final class Handle extends ProcessHandle {
|
|||||||
public $wrapperStderrPipe;
|
public $wrapperStderrPipe;
|
||||||
|
|
||||||
/** @var resource[] */
|
/** @var resource[] */
|
||||||
public $sockets;
|
public $sockets = [];
|
||||||
|
|
||||||
/** @var Deferred[] */
|
/** @var Deferred[] */
|
||||||
public $stdioDeferreds;
|
public $stdioDeferreds;
|
||||||
|
Loading…
Reference in New Issue
Block a user