Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace in-process NetworkConnectivityTests proxy with an external one #1012

Merged

Conversation

lawrence-forooghian
Copy link
Collaborator

This replaces the in-process proxy with an external proxy that runs on the machine that hosts the Android emulator. We’re doing this so that the proxy code can be reused for the Swift Asset Tracking SDKs.

The external proxy is https://github.com/ably/sdk-test-proxy – most of its code is the code that’s been removed from AAT Android in this PR.

Resolves #1003.

This brings the subscriber implementation in line with the publisher one.
This replaces the in-process proxy with an external proxy that runs on the
machine that hosts the Android emulator. We’re doing this so that the proxy
code can be reused for the Swift Asset Tracking SDKs.

Resolves #1003.
After the changes in 29ad8c0, this name is more appropriate. (I’ve made it a
separate commit so that it appears as a rename in Git, since the changes in
29ad8c0 were too large for Git to treat it as a rename in that commit.)
@lawrence-forooghian lawrence-forooghian merged commit 7f05c3c into main Feb 21, 2023
@lawrence-forooghian lawrence-forooghian deleted the 1003-use-sdk-test-proxy-for-NetworkConnectivityTests branch February 21, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Update the NetworkConnectivityTests to use sdk-test-proxy
2 participants