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

Use a non blocking call to connect to a host #230

Open
scappon opened this issue Apr 2, 2020 · 0 comments · May be fixed by #231
Open

Use a non blocking call to connect to a host #230

scappon opened this issue Apr 2, 2020 · 0 comments · May be fixed by #231

Comments

@scappon
Copy link

scappon commented Apr 2, 2020

From #114 The IP parameter of Channel::Channel(...) is read in a config. If it' an invalid IP, the program keep blocking with no runtime errors no exception. A call to amqp_socket_open_noblock() can be used to fix this.

@scappon scappon linked a pull request Apr 2, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant