Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix one more register/bind race (#379)
Motivation: On Linux registration without bind/connect leads to `EPOLLHUP` and in tests we often hit that race. This fixes one more instance of that. Modifications: Make sure the bind happens before we enter the selector. Result: more stable tests, fixes #378.
- Loading branch information