Skip to content

Commit 920e64c

Browse files
committed
Add docs
1 parent 2ea83c2 commit 920e64c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GRPC/ConnectionPool/GRPCChannelPool.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ extension GRPCChannelPool {
197197
)
198198

199199
#if canImport(Network)
200+
/// `TransportServices` related configuration. This will be ignored unless an appropriate event loop group
201+
/// (e.g. `NIOTSEventLoopGroup`) is used.
200202
public var transportServices: TransportServices = .defaults
201203
#endif
202204
}

0 commit comments

Comments
 (0)