abstract_tcp_server2: add missing return

This commit is contained in:
selsta
2026-03-26 22:58:32 +01:00
parent b9998fc9e1
commit 1c97b0d0f2
@@ -518,6 +518,7 @@ namespace net_utils
start_write();
}
});
return;
}
}