lib/client/utils.rb in stomp-1.4.8 vs lib/client/utils.rb in stomp-1.4.9
- old
+ new
@@ -173,9 +173,10 @@
@listeners = {}
@receipt_listeners = {}
@replay_messages_by_txn = {}
@listener_map = Hash.new do |message|
+ @failure = nil
unless @connection.slog(:on_miscerr, @connection.log_params, "Received unknown frame type: '#{message.command}'\n")
warn "Received unknown frame type: '#{message.command}'\n"
end
end