[Lldb-commits] [lldb] [lldb-dap] Fix flaky test (PR #145231)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 23 10:02:39 PDT 2025


================
@@ -310,7 +310,7 @@ serveConnection(const Socket::SocketProtocol &protocol, const std::string &name,
                                     "DAP session (" + client_name +
                                         ") error: ");
       }
-
+      io->Close();
----------------
DrSergei wrote:

Thanks

https://github.com/llvm/llvm-project/pull/145231


More information about the lldb-commits mailing list