Merge pull request #199 from LePips/fix-discovery-port
Fix Discovery Port
This commit is contained in:
commit
78ef4e84f5
|
@ -37,7 +37,7 @@ public class ServerDiscovery {
|
|||
if let port = components?.port {
|
||||
return port
|
||||
}
|
||||
return 8096
|
||||
return 7359
|
||||
}
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
|
|
Loading…
Reference in New Issue