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 9fcb25f commit 496dc55Copy full SHA for 496dc55
Tests/MQTTNIOTests/MQTTNIOTests.swift
@@ -133,7 +133,7 @@ final class MQTTNIOTests: XCTestCase {
133
host: Self.hostname,
134
port: 8883,
135
identifier: "testSSLConnectFromP12",
136
- eventLoopGroupProvider: .shared(MultiThreadedEventLoopGroup.singleton),
+ eventLoopGroupProvider: .shared(Self.eventLoopGroupSingleton),
137
logger: self.logger,
138
configuration: .init(
139
useSSL: true,
0 commit comments