Sergey

Results 3 issues of Sergey

If you'll try to upload an build with TunnelKit inside (via Swift PM) you'll get an error from App Store Connect: > [Transporter Error Output]: ERROR ITMS-90049: This bundle is...

### Describe the bug The player doesn't start video playback on Apple TV HD running tvOS 16.4 I've cloned the repo and checked on tvOS simulator and it's easy to...

bug

Two extensions for `HTTPClientResponse` to avoid boilerplate code. Reading a response data currently: ```swift let expectedBytes = headers.first(name: "content-length").flatMap(Int.init) ?? 1024 * 1024 var bytes = try await body.collect(upTo: expectedBytes)...