Sfoglia il codice sorgente

Event\Select fclose($this->channel[0]);

walkor 11 anni fa
parent
commit
eb4454360c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      workerman/Core/Events/Select.php

+ 0 - 1
workerman/Core/Events/Select.php

@@ -77,7 +77,6 @@ class Select implements BaseEvent
             stream_set_blocking($this->channel[0], 0);
             $this->readFds[0] = $this->channel[0];
         }
-        fclose($this->channel[0]);
     }
    
     /**