examples/client.rb in grenache-ruby-http-0.2.16 vs examples/client.rb in grenache-ruby-http-0.2.17
- old
+ new
@@ -1,8 +1,8 @@
require_relative '../lib/grenache-ruby-http.rb'
-c = Grenache::Http.new grape_address: "http://127.0.0.1:40002/"
+c = Grenache::Http.new grape_address: "http://127.0.0.1:30001/"
start_time = Time.now
10.times do |n|
err,resp = c.request("rpc_test","world #{n}")