Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Oct 29, 2018
1 parent 865171a commit 89ee308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/OperatorFoundation/Datable.git",
"state": {
"branch": null,
"revision": "9e2d1854337363fd50ef6401fa5518a508b3964e",
"version": "0.1.2"
"revision": "b8d528a7ab46c5e56ab324ab602ac12237bdedb6",
"version": "1.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/Transport/Listener.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Network
public protocol Listener
{
var debugDescription: String { get }
var newConnectionHandler: ((NWConnection) -> Void)? { get set }
var newConnectionHandler: ((Connection) -> Void)? { get set }
var parameters: NWParameters { get }
var port: NWEndpoint.Port? { get }
var queue: DispatchQueue? { get }
Expand Down

0 comments on commit 89ee308

Please sign in to comment.