Exception: Feat::SSEOverflowError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/feat/sse.rb

Overview

Raised when a single SSE event (its in-flight buffer plus accumulated data) grows past the configured byte cap. Aborts the connection rather than letting a missing newline or a giant data field exhaust memory.