Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from eamayer/fix-race-condition
Update server.go to reduce race condition in test suite Change the udpErr and tcpErr to close earlier in the close function of server.go to reduce likelihood of race condition in test suite where TestClient_Auth, TestClient_Healthcheck, and TestClient_TcpKeyMatch/returns_ordered_keys_with_secret intermittently fail because the udp address is detected as already being in use.
- Loading branch information