IBM / BluePic

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/code/patterns
Apache License 2.0
324 stars 67 forks source link

Revert test code to use URLSession instead of Kitura-net. #347

Open rolivieri opened 8 years ago

tfrank64 commented 8 years ago

I created the following issue on Swift Jira https://bugs.swift.org/browse/SR-2974 We can revert test code once this has been addressed.

tfrank64 commented 8 years ago

Looks like a SwiftRuntime issue has been created based on my bug report: https://github.com/IBM-Swift/SwiftRuntime/issues/237

tfrank64 commented 7 years ago

I believe many of the URLSession issues have been fixed, including this one in swift 3.1. Whenever there is an official release, we can try to use URLSession again.