[Groonga-commit] droonga/fluent-plugin-droonga at 1d19e24 [master] Use new API of droonga-client-ruby

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 9 12:17:48 JST 2013


YUKI Hiroshi	2013-12-09 12:17:48 +0900 (Mon, 09 Dec 2013)

  New Revision: 1d19e24b6b296f4316b14da50ec33f40279d1ea2
  https://github.com/droonga/fluent-plugin-droonga/commit/1d19e24b6b296f4316b14da50ec33f40279d1ea2

  Message:
    Use new API of droonga-client-ruby

  Modified files:
    benchmark/watch/benchmark-notify.rb

  Modified: benchmark/watch/benchmark-notify.rb (+1 -1)
===================================================================
--- benchmark/watch/benchmark-notify.rb    2013-12-09 12:10:32 +0900 (92d07fb)
+++ benchmark/watch/benchmark-notify.rb    2013-12-09 12:17:48 +0900 (1e86996)
@@ -66,7 +66,7 @@ class NotifyBenchmark
       message = DroongaBenchmark::MessageCreator.envelope_to_subscribe(WATCHING_KEYWORD)
       message["body"]["subscriber"] += " #{@n_subscribers + index}"
       message["body"]["route"] = @route
-      @client.connection.send_receive(message)
+      @client.connection.send(message, :response => :one)
     end
     @n_subscribers += n_subscribers
   end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index