-
### Expected behavior
This is an exciting library! It would be fantastic to have a slightly more elaborate code sample for the SwiftNIO ChannelHandlers, which I assume would be the most common API fo…
-
Apple recently released SwiftNIO framework. https://github.com/apple/swift-nio
> SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of mainta…
-
Hi ,
Our project still support Cocoapods and addition of ` PrivacyInfo.xcprivacy` will make us to move the latest version of **swift nio ssl** else it may reject the application . due to that i am t…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15431 |
|Radar | rdar://79049385 |
|Original Reporter | @…
-
I am having issues with building the SwiftNIO module.
Here is my WORKSPACE file:
```
new_pod_repository(
name = "CNIOWindows",
podspec_url = "https://raw.githubusercontent.com/CocoaPods/…
-
I am trying to implement grpc-swift in my project.
I have created a demo app and it's working fine.
But when I try to replicate the same in my project I face the issues related to static depende…
-
We should verify be able to verify that we don't increase the number of needed allocations per request in AWSClient.
This should be made part of the CI.
An example how this can be achieved can b…
-
We currently have our own, not necessarily well-tested or valid implementation of `async` file system APIs in https://github.com/apple/swift-sdk-generator/tree/main/Sources/GeneratorEngine/FileSystem.…
-
Currently when constructing an `HTTPField` or `HTTPField.Name` the values are checked to see if they are valid. This is the correct thing to do obviously when the source of the headers is unknown, but…
-
Here are my learnings after trying to make the iOS SDK available in React Native.
We distribute our SDK via Swift Package Manager (the recommended approach for all Swift packages these days). React…