Unity-Technologies / go-ts3

A golang TeamSpeak 3 ServerQuery client
BSD 2-Clause "Simplified" License
47 stars 21 forks source link

fix: race conditions in tests #38

Closed stevenh closed 1 year ago

stevenh commented 1 year ago

Fix the race conditions in test and simplify the use of newServer.

stevenh commented 1 year ago

Seems like there's still something funky going on with server teardown, needs more investigation.