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
[sourcekitd] xpc_retain MainConnection so it remains valid for sending when cancelled from the other end
If a client crashes and we tried to post notifications to the XPC connection,
SourceKitService would go down too, as it never `xpc_retain`ed the connection.
Resolves rdar://problem/36077481
0 commit comments