Revert last commit, won't fix it properly.

This commit is contained in:
Martín Lucas Golini
2026-06-11 15:29:36 -03:00
parent ff97358695
commit 10588e3eb4

View File

@@ -1291,9 +1291,6 @@ LSPClientServer::~LSPClientServer() {
for ( const auto& client : mClients )
client.first->unregisterClient( client.second.get() );
}
while ( mReadingStdOut || mReadingStdErr )
Sys::sleep( Milliseconds( 1 ) );
}
bool LSPClientServer::socketConnect() {