Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: cover dgram socket close during cluster bind
When a non-exclusive dgram socket is bound from a cluster worker, it attempts to get a handle from the cluster module. This commit adds coverage for the case where the socket is closed while querying the cluster module for a handle. PR-URL: #11292 Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information