Exception: Feat::SSEOverflowError
- Inherits:
-
StandardError
- Object
- StandardError
- Feat::SSEOverflowError
- 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.