Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix the udp_test: it should never have worked
Our echo-server didn't close the connection once it was done echoing, so readers would never know they reached the end. I guess this might've worked in the past because of a finalizer that closed the connection when it was garbage collected
- Loading branch information