swift-server / async-http-client

HTTP client library built on SwiftNIO

Home Page:https://swiftpackageindex.com/swift-server/async-http-client/main/documentation/asynchttpclient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPClient is still using NIOAtomic

adam-fowler opened this issue · comments

Given the other NIOAtomics were replaced with ManagedAtomic I assume the HTTPClient one will want to be replaced as well

let globalRequestID = NIOAtomic<Int>.makeAtomic(value: 0)

Agreed.

Looks like this was just an oversight in #603, I'll quickly clean it up.

Shipped in 1.11.3.