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

bind operation (in transports) could be asynchronous #558

Open
gdamore opened this issue Jun 29, 2018 · 0 comments
Open

bind operation (in transports) could be asynchronous #558

gdamore opened this issue Jun 29, 2018 · 0 comments

Comments

@gdamore
Copy link
Contributor

gdamore commented Jun 29, 2018

Right now we insist that bind is fully synchronous. The idea here is that bind(2) is actually synchronous. The reason to support making it asynch is so that we could react to different IP addresses on the host -- meaning we could run this in a background and retry binding.

This would more closely match what nanomsg does, but to be honest this behavior would be contrary to typical application design.

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

No branches or pull requests

1 participant