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 2ea83c2 commit 920e64cCopy full SHA for 920e64c
Sources/GRPC/ConnectionPool/GRPCChannelPool.swift
@@ -197,6 +197,8 @@ extension GRPCChannelPool {
197
)
198
199
#if canImport(Network)
200
+ /// `TransportServices` related configuration. This will be ignored unless an appropriate event loop group
201
+ /// (e.g. `NIOTSEventLoopGroup`) is used.
202
public var transportServices: TransportServices = .defaults
203
#endif
204
}
0 commit comments