Project

General

Profile

Bug #2339 » drb-no-reply-on-connerror-2339.patch

jeremyevans0 (Jeremy Evans), 08/27/2019 06:18 PM

View differences:

lib/drb/drb.rb
invoke_method = InvokeMethod.new(self, client)
succ, result = invoke_method.perform
error_print(result) if !succ && verbose
client.send_reply(succ, result)
unless result.kind_of?(DRbConnError) && result.message == 'connection closed'
client.send_reply(succ, result)
end
rescue Exception => e
error_print(e) if verbose
ensure
(4-4/4)