mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
ecode:
LSP plugin: Try fix a deadlock. Support string/UUID message IDs. Fixed response/notification parsing.
This commit is contained in:
@@ -116,7 +116,7 @@ PluginRequestHandle LSPClientPlugin::processCancelRequest( const PluginMessage&
|
||||
if ( !server )
|
||||
return {};
|
||||
|
||||
return server->cancel( msg.asJSON().value( "id", 0 ) );
|
||||
return server->cancel( LSPClientServer::getID( msg.asJSON() ) );
|
||||
}
|
||||
|
||||
PluginRequestHandle LSPClientPlugin::processMessage( const PluginMessage& msg ) {
|
||||
|
||||
Reference in New Issue
Block a user