Skip to content

Commit

Permalink
Fixed non-resumed Task. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpiazza authored Apr 27, 2022
1 parent b525624 commit eb2ace5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/SessionPlus/Implementation/URLSessionClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ open class URLSessionClient: Client {
let response = AnyResponse(statusCode: httpResponse.statusCode, headers: httpResponse.headers, data: data ?? Data())
completion(.success(response))
}
.resume()
}
}

0 comments on commit eb2ace5

Please sign in to comment.