-
Hi. We've built the library with one version of swift compiler (Xcode 15.1/15.2) using BUILD_LIBRARY_FOR_DISTRIBUTION=YES and linked the library to a project that uses Xcode 15.3. After adding the lib…
-
我想在 object-c 项目中使用,但是不知道具体使用方式
-
Currently, messages in `KafkaConsumer` provide messages one by one.
That is convenient, however it is not efficient for reading big topics, especially on service recovery.
I've made a small exper…
-
After `disconnect` request to socket.io server, the delegates for Rcv/Send Transport are correctly showing `disconnect`
for `onConnectionStateChange`. However there's a `failed` event following it. …
-
### Description
I am getting crash on Swift 6.0 where all works fine on 5.9, can be related to @Sendable, if Combine block is not marked inside sink as `@Sendable` and compiler not protest about it…
-
### Expected behavior
Error about connection being refused, no fatal error.
### Actual behavior
```
ERROR: NIOConnectionError(host: "localhost", port: 443, dnsAError: nil, dnsAAAAError: nil, con…
-
This sprint has a task that this issue addresses:
```
Task: "T16:There are three code bases that today address part of this story - openstack-swift, ccc_client & dirac. "
Done when: "A decisio…
-
### Describe the bug
Regarding using `Amplify.Auth` in SwiftUI with Swift 5.10, there will be warnings over all the place because some of the Auth's classes, protocols, etc. are not actor'ized.
…
-
##### Description
I used swagger-codegen from a web-api but I don't get a readme file for SWIFT. I am not sure exactly which objects have to be used/configured and in what order. Is there any guide f…
-
What is says, generate swift rest client that supports the following
- [ ] Decode JSON response to declared return types
- [ ] Encode JSON for POST
- [ ] Support Required and Optional variable…