We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f825d9c + 8c62fb5 commit c4cf47fCopy full SHA for c4cf47f
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -551,6 +551,7 @@ extension SourceKitLSPServer: MessageHandler {
551
// are currently handling. Ordering is not important here. We thus don't
552
// need to execute it on `messageHandlingQueue`.
553
self.cancelRequest(params)
554
+ return
555
}
556
557
let signposter = Logger(subsystem: LoggingScope.subsystem, category: "message-handling")
0 commit comments