Exception: Stomp::Error::ReceiveTimeout
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stomp::Error::ReceiveTimeout
- Defined in:
- lib/stomp/errors.rb
Overview
ReceiveTimeout is raised if:
-
The read socket shows “not ready” at any time after the timeout specified by :parse_timeout in the connection hash.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
61 62 63 |
# File 'lib/stomp/errors.rb', line 61 def "Receive status timeout" end |