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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: