在removeChannel函数中有个越界判断的条件 ` if (0 > idx && idx >= static_cast<int>(pollfds_.size())) return; ` 这里的“&&”应该改成“||”吧