mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 10:31:54 -04:00
goalc: some minor fixes for tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user