working commit

This commit is contained in:
2026-04-27 11:53:11 +02:00
parent 43d1cfc2b4
commit ac88dbd051
14 changed files with 281 additions and 148 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ int main(int argc, char** argv) {
std::cerr << bindres.error() << std::endl;
return 1;
}
Handler handler;
SocketHandler handler;
auto listres = svc.Listen(&handler);
if (!listres) {
std::cerr << listres.error() << std::endl;