Skip to content

Commit

Permalink
Updated Transmission
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Brandon Wiley committed Nov 5, 2021
1 parent d41b0ca commit 4563424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/Chord.git", from: "0.0.12"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.6"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.6"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "0.6.0"),
.package(url: "https://github.com/OperatorFoundation/NetworkLinux.git", from: "0.4.1"),
.package(url: "https://github.com/OperatorFoundation/Transmission.git", from: "1.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ func makeTransmissionConnection(_ connection: Transport.Connection) -> Transmiss
{
guard let newConnection = connection as? NWConnection
else { return nil }
return Transmission.Connection(connection: newConnection)
return TransmissionConnection(transport: newConnection, logger: nil)
}
#endif

0 comments on commit 4563424

Please sign in to comment.