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;
|
||||
|
||||
/** @var resource[] */
|
||||
public $sockets;
|
||||
public $sockets = [];
|
||||
|
||||
/** @var Deferred[] */
|
||||
public $stdioDeferreds;
|
||||
|
Loading…
Reference in New Issue
Block a user