ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Add a client for `sdk-test-proxy` #577

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

The code and comments are more or less copied from the Android codebase at commit 7f05c3c. I’ve changed the class name from FaultProxyClient to SDKTestProxyClient, as it’s more in line with the name of the proxy repo.

We also add a test to check that the local proxy is running and that the client is working. This means we now need to run the proxy in CI, so we do that.

Resolves #537.