grpc/grpc-swift

Update examples to use PlatformSupport.makeEventLoopGroup?

开放

#1,324 创建于 2021年12月10日

 (1 条评论) (0 个反应) (0 位负责人)Swift (436 个派生)auto 404
good first issuekind/bug

仓库指标

星标
 (2,245 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南