class Stomp::Error::ReceiveTimeout
ReceiveTimeout is raised if:
-
The read socket shows “not ready” at any time after the timeout specified by :parse_timeout in the connection hash.
Public Instance Methods
message()
click to toggle source
# File lib/stomp/errors.rb, line 44 def message "Receive status timeout" end