Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache load errors cause deadlock in write transaction #365

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused code
  • Loading branch information
ashiemke committed Sep 11, 2018
commit 6d68c547e9ae524fe3a9d07f4fb75134cd0ce7d2
9 changes: 0 additions & 9 deletions Tests/ApolloCacheDependentTests/LoadQueryFromStoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,3 @@ class LoadQueryFromStoreTests: XCTestCase {
waitForExpectations(timeout: 5, handler: nil)
}
}

//class JSON: JSONEncodable, JSONDecodable {
// var jsonValue: JSONValue {
// return ["asdf": "123"]
// }
// required init(jsonValue value: JSONValue) throws {
// return
// }
//}