goalc: debug issues, nrepl is working again

This commit is contained in:
Tyler Wilding
2022-04-26 23:32:43 -04:00
parent 1e45dddd6c
commit 6107b4124c
7 changed files with 65 additions and 47 deletions
+2
View File
@@ -16,7 +16,9 @@
void Deci2Server::write_on_accept() {
u32 versions[2] = {versions::GOAL_VERSION_MAJOR, versions::GOAL_VERSION_MINOR};
lock();
write_to_socket(accepted_socket, (char*)&versions, 8);
unlock();
}
/*!