================
@@ -342,6 +342,7 @@ serveConnection(const Socket::SocketProtocol &protocol, 
const std::string &name,
                      << " disconnected failed: "
                      << llvm::toString(std::move(error)) << "\n";
       }
+      dap->StopEventHandlers();
----------------
JDevlieghere wrote:

Should we stop the event handler _before_ we try to disconnect? 

https://github.com/llvm/llvm-project/pull/145010
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to