-
| | |
|------------------|-----------------|
|Previous ID | SR-14109 |
|Radar | rdar://problem/73742495 |
|Original Repo…
-
### New Packages
https://github.com/grpc/grpc-swift-nio-transport.git
-
### Description
A client of mine wants to use our iPadOS app behind a proxy. While all normal connections to firebase work, all subscriptions to firestore do not work. The client reported that they c…
-
### Description
ProxymanCore v1 is built on top of CocoaAsyncSocket, which has some major problems:
- Don't Support HTTP/2, we have to manually implement it, which is error-prone
- Not an HTTP Serv…
-
I have my [own test helpers for validating logging behavior in my library](https://github.com/Mordil/RediStack/blob/master/Tests/RediStackIntegrationTests/RedisLoggingTests.swift)
after writing tes…
-
### Description
## Overview
The `fetch()` function is taking 2+ minutes on the first run of a new simulator. On subsequent runs, the fetch function is very quick.
## Location of Issue
The hang h…
-
I'm trying to use rules_apple + rules_spm to build and deploy a Swift ios app to an IPhone. I'm able to build it for my laptop and run it in the IPhone simulator using this command
bazel build …
-
### Describe the bug
Below is how I init my GRPCChannel
let group = PlatformSupport.makeEventLoopGroup(loopCount: 4)
let keepalive = ClientConnectionKeepalive(
i…
-
Hi all,
did anyone ever get grpc to compile for iOS?
I see that there are iOS runtime binaries, but I get tons of compilation errors in Unity. Happy to post more details, but I'd first like to …
-
### Describe the bug
Xcode version: 12.1 (12A7403)
swift-nio-ssl version: 2.10.0
When linking a watchOS app with swift-nio-ssl, the app compiles and runs successfully. But attempting to distrib…