Pārlūkot izejas kodu

Update Worker.php

walkor 6 gadi atpakaļ
vecāks
revīzija
e21c3c403d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Worker.php

+ 1 - 1
Worker.php

@@ -2173,7 +2173,7 @@ class Worker
         if (static::$_OS === \OS_TYPE_LINUX  // if linux
             && \version_compare(\PHP_VERSION,'7.0.0', 'ge') // if php >= 7.0.0
             && \strtolower(\php_uname('s')) !== 'darwin' // if not Mac OS
-            && $this->transport != 'unix') { // if not unix socket
+            && $this->transport !== 'unix') { // if not unix socket
 
             $this->reusePort = true;
         }