main
process
public function process(string $chunk, ?array &$messages): int { if (!isset($this->buffer[0])) { $this->buffer = ltrim($chunk);