Phirehose::checkFilterPredicates PHP Method

checkFilterPredicates() protected method

Note that even if predicates are changed every 5 seconds, an actual reconnect will not happen more frequently than every 2 minutes (as per Twitter Streaming API documentation). Note also that this method is called upon every connect attempt, so if your predicates are causing connection errors, they should be checked here and corrected. This should be implemented/overridden in any subclass implementing the FILTER method.
See also: setTrack()
See also: setFollow()
See also: Phirehose::METHOD_FILTER
protected checkFilterPredicates ( )
    protected function checkFilterPredicates()
    {
        // Override in subclass
    }