> On May 7, 2017, at 9:37 PM, Rick Mann <[email protected]> wrote: > > Reposting on a better list… > > Our app, which does a ton of network calls, gets a lot of console log > messages like: > > __nw_connection_get_connected_socket_block_invoke 15 Connection has no > connected handler > > Anyone know what this is? Google was not very helpful (people complain about > it, but I couldn't find any real answers).
nw_connection comes from libnetwork, a private low level networking library used by NSURLSession and CFNetwork. If you haven’t already done so, please file a radar. It sounds like someone is attempting to fetch the socket file descriptor for a connected that isn’t established. -josh _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
