Exception: Turbocable::InvalidStreamName
- Defined in:
- lib/turbocable/errors.rb
Overview
Raised when a stream name fails the conservative character-set check: /A\z/. Names containing ., *+, >, whitespace, or other characters that would break NATS subject parsing are rejected before the connection is touched.