Close all cdp clients on shutdown

This commit is contained in:
Nikolay Govorov
2026-03-17 10:59:35 +00:00
parent 9a055a61a6
commit 586413357e
3 changed files with 11 additions and 9 deletions

View File

@@ -491,7 +491,7 @@ fn acceptConnections(self: *Runtime) void {
error.ConnectionAborted => {
lp.log.warn(.app, "accept connection aborted", .{});
continue;
},
},
else => {
lp.log.err(.app, "accept error", .{ .err = err });
continue;