You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
We can configure
NetworkManager
's andNetworkEngine
's, we should be able tounconfigure
them too.This is required because the session delegate used to configure a
URLSession
can leak otherwise (this is a problem inURLSession
that we have to work around).The text was updated successfully, but these errors were encountered: