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.
CancelRequestNotification
1 parent 76a0db7 commit 8c62fb5Copy full SHA for 8c62fb5
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