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
Note that this is both a method of module Timeout, so you can include
Timeout into your classes so they have a #timeout method, as well as
a module method, so you can call it directly as Timeout.timeout().
either need to include the module or update line 128 to read Timeout.timeout
/ruby/2.4.0/gems/carrot-1.2.0/lib/carrot/amqp/server.rb:128:in `socket': Object#timeout is deprecated, use Timeout.timeout instead.
Hi I have upgraded my sinatra application ruby from 1.9.3 to 2.4.3. I have started getting this error.
Can you please let me know how can i fix this ?
The text was updated successfully, but these errors were encountered: