venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

SessionDataTask's resume does work on a new background thread... #26

Closed dasmer closed 8 years ago

dasmer commented 8 years ago

as opposed to the calling thread, in order to better mimic NSURLSessionDataTask functionality

dasmer commented 8 years ago

@eliperkins We now call the completion on the queue only.