You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_and_raise('Wrong type for client_queue in Resolver# send_async')
878
+
Dnsruby.log_and_raise('Wrong type for client_queue in Resolver# send_async')
881
879
# @TODO@ Handle different queue tuples - push this to generic send_error method
882
880
client_queue.push([client_query_id,ArgumentError.new('Wrong type of client_queue passed to Dnsruby::Resolver# send_async - should have been Queue, was #{client_queue.class}')])
883
881
return
@@ -1058,13 +1056,13 @@ def handle_queue_event(queue, id) # :nodoc: all
1058
1056
# @TODO@ Also, should have option to speak only to configured resolvers (not follow authoritative chain)
1059
1057
#
1060
1058
ifqueue.empty?
1061
-
log_and_raise('Severe internal error - Queue empty in handle_queue_event')
1059
+
Dnsruby.log_and_raise('Severe internal error - Queue empty in handle_queue_event')
1062
1060
end
1063
1061
event_id,event_type,response,error=queue.pop
1064
1062
# We should remove this packet from the list of outstanding packets for this query
0 commit comments