codeandtheory / ynetwork-ios

A networking layer for iOS and tvOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `unconfigure` methods

mpospese opened this issue · comments

We can configure NetworkManager's and NetworkEngine's, we should be able to unconfigure them too.

This is required because the session delegate used to configure a URLSession can leak otherwise (this is a problem in URLSession that we have to work around).

func unconfigure()