Alex Grebenyuk
Alex Grebenyuk
The same crash happens in: ```objc - (void)getAllAuthorsWithRemoteUsers:(NSMutableArray *)remoteUsers offset:(NSNumber *)offset success:(UsersHandler)success failure:(void (^)(NSError *error))failure ```
An easy way to test it is by using Charles with a rewrite tool replacing all response bodies with empty data. I'm setting the priority to High because it has...
Another crash happens in the requests that use the following pattern to decode the response in case it's a non-valid JSON object: ```swift case .success(let responseObject): do { let data...
Will revisit this later with a potentially different solution that wouldn't require the observer at this level.
I added some basic tracking in https://github.com/wordpress-mobile/WordPress-iOS/pull/23646 to see if there is anything the app could do to address these.
> Why does setting a custom cache policy not result in a Cache-Control header being sent up? I haven't changed much of anything in Get for more than a year...
I'm pretty sure I read somewhere that `reloadIgnoringLocalAndRemoteCacheData` was never implemented, but it was ~10 years ago, so I'm not positive on that.
Thanks for the details analysis and for posting this 🙇
Actually, it might be the other way around. Shouldn't the "Views" be bright green? That's the primary info.
The issue is only in the dark mode. In light modes, the Views are brighter. 