Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(udp): use blocking socket to receive empty datagram (#2339)
The `handle_empty_datagram` unit tests sends and receives an empty datagram. To prevent a race condition where the receiver tries to receive the datagram before it is available (error `WouldBlock`), use a blocking socket via `socket()` instead.
- Loading branch information