SwiftPhoenixClient
SwiftPhoenixClient copied to clipboard
Connect your Phoenix and iOS applications through WebSockets!
Seeing an intermittent crash with SwiftPhoenixClient on `Socket.sendHeartbeat()` Version: SwiftPhoenixClient 5.3.2
### Issue: I'm trying to send some messages to the server that contain binary data instead of JSON. I might be missing something, but so far it looks to me...
I'm trying to hit a server which sits in the dmz and asks for a certificate. It sends out a challenge in the initial http request. I supply the certificate...
I'm currently rewriting an APP of ours from a classic HTTP-based API to using web sockets. We already have a ton of different models and decoders for that reason, and...
What is the default expected behavior in the presence of severe network errors? We're seeing a general behavior of SwiftPhoenixClient disconnecting and not re-connecting. Interestingly, we see two separate behaviors....
When performing a Push and then closing a channel, the timeout work item never releases the Push due to the strong retaining of self on Line 240 of Push.swift ```...
Includes fixes for two flavors of issues we've encountered in our SwiftUI application. 1. https://github.com/davidstump/SwiftPhoenixClient/issues/253 This one I'm having trouble reproducing locally, but the `Object 0x303285e60 of class HeartbeatTimer deallocated...
I'm following the example for disconnecting from a socket when the app is backgrounded for my SwiftUI app. After calling `socket.disconnect()` using v5.3.3 of this library, I reliably get the...
Just looking over #280 -- @dsrees I haven't independently verified this but want to call your attention to this post: https://www.donnywals.com/iterating-over-web-socket-messages-with-async-await-in-swift/ Check the last part of the post (search for...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.119.1 to 1.208.0. Changelog Sourced from aws-sdk-s3's changelog. 1.208.0 (2025-12-16) Feature - Updates to the S3 Encryption Client. The V3 S3 Encryption Client now requires key committing...