Skip to content

Please provide example of how to customise connectivityURLs #5

@mylogon341

Description

@mylogon341

From what I can see, configuration is private
private let configuration: Configuration
and I can't seem to construct my own Hyperconnectivity object like this

  let config = Hyperconnectivity.Configuration(connectivityURLs: [ ])
  let connectivity = Hyperconnectivity(configuration: config)

as it gives me the error 'Hyperconnectivity' initializer is inaccessible due to 'internal' protection level.

Can you give me any hints or is this a bug that can be resolved with a PR by appending public to the init?
Thanks

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions