goalc: some minor fixes for tests

This commit is contained in:
Tyler Wilding
2022-05-01 17:45:01 -04:00
parent 6976221c31
commit f7c30a4084
5 changed files with 5 additions and 6 deletions
+2
View File
@@ -34,6 +34,8 @@ Deci2Server::~Deci2Server() {
void Deci2Server::post_init() {
fmt::print("[Deci2Server:{}] awaiting connections\n", tcp_port);
accept_thread_running = true;
kill_accept_thread = false;
accept_thread = std::thread(&Deci2Server::accept_thread_func, this);
}