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
Hi Team,
I am trying to set timeout before the doing the request. I am getting
/Users/.rbenv/versions/2.4.3/lib/ruby/gems/2.4.0/gems/http-2.2.2/lib/http/chainable.rb:94:in timeout': undefined method to_sym' for 3:Integer (NoMethodError)
Did you mean? to_s
@Deepak275 Please update your code to run with latest stable http gem version. API of #timeout() was simplified in 4.0.0. For earlier versions you should use full-syntax, see: #446
Hi Team,
I am trying to set timeout before the doing the request. I am getting
Here is my code snippet:
Please help me with anything I am missing here
The text was updated successfully, but these errors were encountered: