We STILL need this, how are we supposed to build the app in CI without this?
Post
Replies
Boosts
Views
Activity
In my case, when I see the following logs, I occasionally get what appears to be a failed network request.
We are using AFNetworking, and the completion callback never seems to be called.
2021-06-24 09:40:10.916198-0400 <redacted>[6678:3107650] [connection] nw_endpoint_handler_set_adaptive_read_handler [C8.1 142.250.64.74:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
2021-06-24 09:40:10.916291-0400 <redacted>[6678:3107650] [connection] nw_endpoint_handler_set_adaptive_write_handler [C8.1 142.250.64.74:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
With this in mind, it seems to be alerting me to a real issue, and maybe shouldn't be called "log noise". Any idea what might cause this?