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
Revert "When a JSON-RPC connection is closed, send an error response to all outstanding requests" (#1706)
Reverts #1688
This seems to be breaking toolchain builds:
```
JSONRPCConnection.swift:168:35: error: reference to property 'outstandingRequests' in closure
requires explicit use of 'self' to make capture semantics explicit
for outstandingRequest in outstandingRequests.values {
```
https://ci.swift.org/job/swift-PR-toolchain-macos/1519/console
0 commit comments