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
In macOS 10.13 / iOS 11, URLSessionConfiguration has a new property waitsForConnectivity. This should work just fine with PMHTTP. It also has a new delegate method urlSession(_:taskIsWaitingForConnectivity:). It might be nice to add a block to HTTPManagerRequest that is fired when that delegate method is invoked.
The text was updated successfully, but these errors were encountered:
In macOS 10.13 / iOS 11,
URLSessionConfiguration
has a new propertywaitsForConnectivity
. This should work just fine with PMHTTP. It also has a new delegate methodurlSession(_:taskIsWaitingForConnectivity:)
. It might be nice to add a block toHTTPManagerRequest
that is fired when that delegate method is invoked.The text was updated successfully, but these errors were encountered: