Skip to content

Commit 0d535b3

Browse files
authored
Update App.php
1 parent e938bba commit 0d535b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/App.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public function __construct($socket_name = '', array $context_option = array())
3434
{
3535
parent::__construct($socket_name, $context_option);
3636
$this->onMessage = [$this, 'onMessage'];
37-
if (\DIRECTORY_SEPARATOR === '/' && \version_compare(php_uname('r'), '3.9', 'ge') && \strtolower(\php_uname('s')) !== 'darwin' && strpos($socket_name,'unix') !== 0) {
38-
$this->reusePort = true;
39-
}
4037
}
4138

4239
/**

0 commit comments

Comments
 (0)