Skip to content

Commit

Permalink
Update OSCServer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
soundflix authored Jan 8, 2022
1 parent e5cddbb commit 0d62551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/SwiftOSC/Network/OSCServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class OSCServer {

public weak var delegate: OSCDelegate?

var listener: NWListener?
public var listener: NWListener?
public private(set) var port: NWEndpoint.Port
public private(set) var name: String?
var queue: DispatchQueue
Expand Down

0 comments on commit 0d62551

Please sign in to comment.