lib/higcm/sender.rb in higcm-0.0.4 vs lib/higcm/sender.rb in higcm-0.0.5
- old
+ new
@@ -72,9 +72,10 @@
@hydra ||= Typhoeus::Hydra.new
request.on_complete do | response |
handler.handle(registration_ids, opts, response)
+ response
end
@hydra.queue(request)
request