swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.3k stars 273 forks source link

Return after handling a `CancelRequestNotification` #1451

Closed ahoppen closed 3 months ago

ahoppen commented 3 months ago

We were dispatching the notification to messageHandlingQueue, which then didn’t do anything with it. That’s not necessary.

ahoppen commented 3 months ago

@swift-ci Please test

ahoppen commented 3 months ago

@swift-ci Please test Windows