class PostHog::MessageBatch

def item_count_exhausted?

def item_count_exhausted?
  @messages.length >= @max_message_count
end