Skip to content

Commit 34abfc8

Browse files
authored
For #572
1 parent 49708bb commit 34abfc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Worker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,6 +2208,8 @@ public function __construct($socket_name = '', array $context_option = array())
22082208
}
22092209
$this->_context = \stream_context_create($context_option);
22102210
}
2211+
2212+
$this->parseSocketAddress();
22112213

22122214
// Turn reusePort on.
22132215
if (static::$_OS === \OS_TYPE_LINUX // if linux

0 commit comments

Comments
 (0)