NWConnection vs. NSURLSessionStreamTask
site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1533492946; bh=TDPg4q6QWNZQbEqNbV/ou1NZ8HXZBOJ/3mOrxzD00CQ=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=vnTPjvVItJx9AaZZ0cZaZQjHGtxTIJ5lOOwu6ZLTxZeX8ToVz0TNCDgCpqz15U15s U/XZ5Hnx0PcYSrpz4WvFKkv4YgwKWb/n05ktwxy2OAcufIDxwZAt3vL2vUqUNiDu7M yc52gia59bEG6C0bhnXmTij9lCDg9yd2IzXaRSZI6oSJrXSLKZNasAcjM7hgqQ0ZnB SLCSRKTsb/P9qI1NBeUNiHfYQCh7YhozA1Q+ZxJeWPM88sl6e5NqYILKszA6WWlbDb 4LvZ8CPHWfSXmbzYPK6uwj/E0EAzEAthcmc65NU1jDn+m+8B4gzthpFddA7tXkoam5 0hPIIP0YOJmTw== Been watching WWDC-2018 videos for the past few weeks. Just saw the one on Network.framework. This library is what the URLSession system uses in its implementation. The video did a lot on using N.f for the server side, but it did mention some client-side uses, like an IMAP app. But, for client use, are there any pro/cons to using NWConnection versus NSURLSessionStreamTask for non-HTTP-based protocols (including the many pre-HTTP ones)? — Daryle Walker Mac, Internet, and Video Game Junkie darylew AT mac DOT com _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com
participants (1)
-
Daryle Walker