Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got "IO::EAGAINWaitReadable" exception on request #3

Open
starkovv opened this issue Apr 9, 2015 · 0 comments
Open

Got "IO::EAGAINWaitReadable" exception on request #3

starkovv opened this issue Apr 9, 2015 · 0 comments

Comments

@starkovv
Copy link
Contributor

starkovv commented Apr 9, 2015

ruby 2.2.1

Playing with rack-rabbit.

Tried to send request:

$DEBUG = true

client = RR.new(host: '172.28.128.17', port: 5672, adapter: :bunny)
client.request('my.topic', '/ping', '', { method: :GET })

Got exception:

Exception `IO::EAGAINWaitReadable' at /usr/local/rvm/gems/ruby-2.2.1/gems/bunny-1.7.0/lib/bunny/cruby/socket.rb:45 - Resource temporarily unavailable - read would block

Is it something I should worry about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant