TizianoCoroneo

Results 4 comments of TizianoCoroneo

It's still happening. Is this project abandoned?

This sounds like `URLSession.waitsForConnectivity = true`, are you sure you're not using this line in your project? https://developer.apple.com/documentation/foundation/urlsessionconfiguration/2908812-waitsforconnectivity ![Screen Shot 2022-08-09 at 10 01 08](https://user-images.githubusercontent.com/15340382/183597039-58768844-01bd-4f96-92b1-cf21198b57b1.png)

> ```swift > struct JSON: CustomScalarType, Hashable { > private let wrapped: [String: AnyHashable] > > init(_jsonValue value: ApolloAPI.JSONValue) throws { > guard let value = value as? [String: AnyHashable]...