mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Revert last commit, won't fix it properly.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user