# File lib/handler/messaging_adapter.rb, line 30 def delegate_error(method, context) unless forward(method, context) || forward(:on_error, context.condition) forward(:on_unhandled, method, context) # Close the whole connection on an un-handled error context.connection.close(context.condition) end end