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.