Sören Gade

Results 26 comments of Sören Gade

Still, improving the Swift support would be great. Currently, there is only an [old Objective-C/C example for OpenGL](https://github.com/parsec-cloud/parsec-sdk/tree/master/examples/ios). Now, there is a [metal call available](https://parsec.app/docs/sdk/func/ParsecClientMetalRenderFrame).

Any updates on this matter? [ParsecClientMetalRenderFrame](https://parsec.app/docs/sdk/func/ParsecClientMetalRenderFrame) is available but without proper documentation.

I fully understand the model of how (sub-)contexts work stems from the far past (I found [this post](https://groups.google.com/forum/#!topic/controlplane-support/9AVnxNpUSxY)). However, with the way it is communicated within the application, I've seen...

Having done the same steps and run into the exact same issues, how about adding a reference to this issue to the README while it is ongoing? This would clarify...

Same here, although with a different error message. Steps: 1. `git clone` 2. `git checkout swagger_2` 3. `make` (which in turn runs the `swift build` cmd)

Would love to see Docker images with current Swift versions that can compile to Android. 👍 Let us know if we can support that process.

Thanks for the quick reply and for referring to the existing discussion. I didn't expect the topic to be in the comments to that issue but now I read it....

I just stumbled across this issue myself. We are using web sockets for Apollo (GraphQL) subscriptions. I wrote a custom client implementation using `URLSessionWebSocketTask` but still didn't see the data....

Thanks for taking the time to look into this, @NghiaTranUIT! Yes, Apollo is shipping their own `WebSocket` implementation which is using the `WebSocketStream` you linked. However, the former is used...

Thank you for the example project. I was doing everything the same _except_ for using a different overload of [`webSocketTask(with:)`](https://developer.apple.com/documentation/foundation/urlsession/3235750-websockettask). This one accepts a `URLRequest` instead of a `URL`. According...