Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove elements from
outstandingRequests
on crash
Otherwise, we can have a retain cycle where the `OutstandingRequest` keeps the `JSONRPCConnection` alive. Also move the code that handled `outstandingRequests` out of the `Task` because `outstandingRequests` should only be accessed from `queue`.
- Loading branch information