grpc/grpc-swift
Update examples to use PlatformSupport.makeEventLoopGroup?
Ouverte
#1 324 ouverte le 10 déc. 2021
good first issuekind/bug
Métriques du dépôt
- Stars
- (2 245 étoiles)
- Métriques de merge PR
- (Merge moyen 12j) (3 PRs mergées en 30 j)
Description
Describe the bug
According to the Using TLS guide, the use of
PlatformSupport.makeEventLoopGroup(loopCount: System.coreCount)
is preferred over calling MultiThreadedEventLoopGroup for TLS. Presumably this is generally true and the Examples should be updated accordingly.