Skip to content

Commit

Permalink
Remove allowLocalEndpointReuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Davis committed Jul 3, 2021
1 parent de66f62 commit 3190dfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/HaptrixSync/PeerBrowser.swift
Expand Up @@ -29,7 +29,6 @@ class PeerBrowser {
// Create parameters, and allow browsing over peer-to-peer link.
let parameters = NWParameters()
parameters.includePeerToPeer = true
parameters.allowLocalEndpointReuse = true

// Browse for a custom "_haptrix._tcp" service type.
let browser = NWBrowser(for: .bonjour(type: bonjourType, domain: nil), using: parameters)
Expand Down

0 comments on commit 3190dfc

Please sign in to comment.