examples/client.rb in grenache-ruby-http-0.2.9 vs examples/client.rb in grenache-ruby-http-0.2.11

- 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:40002/" start_time = Time.now 10.times do |n| err,resp = c.request("rpc_test","world #{n}")