grpc/grpc-swift

Update examples to use PlatformSupport.makeEventLoopGroup?

Open

#1,324 opened on Dec 10, 2021

 (1 comment) (0 reactions) (0 assignees)Swift (436 forks)auto 404
good first issuekind/bug

Repository metrics

Stars
 (2,245 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide