ソースを参照

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

walkor 11 年 前
コミット
eb4454360c
1 ファイル変更0 行追加1 行削除
  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]);
     }
    
     /**