grpc/grpc-swift
Update examples to use PlatformSupport.makeEventLoopGroup?
Aberta
#1.324 aberto em 10 de dez. de 2021
good first issuekind/bug
Métricas do repositório
- Stars
- (2.245 estrelas)
- Métricas de merge de PR
- (Mesclagem média 12d) (3 fundiu PRs em 30d)
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.