class Stomp::Error::NilMessageError
NilMessageError
is raised if:
-
Invalid (nil) data is received from the
Stomp
server in a client’s
listener thread, and the connection is not reliable.
Public Instance Methods
Source
# File lib/stomp/errors.rb, line 255 def message "Received message is nil, and connection not reliable" end