grpc/grpc-swift

Update examples to use PlatformSupport.makeEventLoopGroup?

Aperta

#1324 aperta il 10 dic 2021

 (1 commento) (0 reazioni) (0 assegnatari)Swift (436 fork)auto 404
good first issuekind/bug

Metriche repository

Star
 (2245 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor