You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue that caused a precondition to be hit when an unknown request was sent to sourcekit-lsp
When sending an unknonw request to sourcekit-lsp, we directly called back `reply` and never set `replied` to `true` on the `RequestAndReply` object. This caused a preconditon to be hit when the `RequestAndReply` object got destroyed.
0 commit comments