Exception: Stomp::Error::ReceiveTimeout

Inherits:
RuntimeError
  • Object
show all
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

#messageObject



61
62
63
# File 'lib/stomp/errors.rb', line 61

def message
  "Receive status timeout"
end