소스 검색

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]);
     }
    
     /**