We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e511 commit 263531fCopy full SHA for 263531f
Sources/SwiftOCA/OCA/ConnectionBroker.swift
@@ -285,7 +285,7 @@ public actor OcaConnectionBroker {
285
///
286
/// - Parameter connectionOptions: Configuration options for connections created by this broker.
287
/// Defaults to standard options if not specified.
288
- public init(connectionOptions: Ocp1ConnectionOptions = .init()) async {
+ public init(connectionOptions: Ocp1ConnectionOptions = .init()) {
289
_connectionOptions = connectionOptions
290
var browsers = [OcaNetworkAdvertisingServiceType: BrowserMonitor]()
291
for serviceType in [OcaNetworkAdvertisingServiceType.tcp,
0 commit comments