Skip to content

Commit

Permalink
1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Apr 10, 2024
1 parent 9648f7a commit b8ed15a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.6.10")
.package(url: "https://github.com/dankinsoid/swift-api-client.git", from: "1.6.11")
],
targets: [
.target(
Expand Down
10 changes: 0 additions & 10 deletions Sources/SwiftAPIClient/Utils/URLSessionDelegateWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,3 @@ extension SessionDelegateProxy: URLSessionDownloadDelegate {
}

extension SessionDelegateProxy: URLSessionStreamDelegate {}

extension SessionDelegateProxy: URLSessionWebSocketDelegate {

func urlSession(
_ session: URLSession,
webSocketTask: URLSessionWebSocketTask,
didOpenWithProtocol protocol: String?
) {
}
}

0 comments on commit b8ed15a

Please sign in to comment.