grpc/grpc-swift

Update examples to use PlatformSupport.makeEventLoopGroup?

オープン

#1,324 opened on 2021/12/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (436 件のフォーク)auto 404
good first issuekind/bug

Repository metrics

Stars
 (2,245 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド