Skip to content

Revert to protocol 1.0#864

Merged
QuintinWillison merged 2 commits intomainfrom
feature/revert-protocol-1-0
Nov 24, 2022
Merged

Revert to protocol 1.0#864
QuintinWillison merged 2 commits intomainfrom
feature/revert-protocol-1-0

Conversation

@QuintinWillison
Copy link
Contributor

This is our second attempt to quick-fix an urgent issue relating to presence re-entry.
The first attempt was in #858.

Closes #857.

I was tempted to make ABLY_VERSION_NUMBER private, as it's not used anywhere outside of this class within this SDK, however there's an outside chance downstream users of the SDK might be using it for some reason.
This is because we need this SDK to take advantage of service-side support for automatic presence re-entry, because RTP17c (client-led automatic re-entry) is yet to be implemented in this SDK.
This is a temporary patch until we fix this properly under #859
Copy link
Contributor

@KacperKluka KacperKluka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@QuintinWillison QuintinWillison merged commit d31f526 into main Nov 24, 2022
@QuintinWillison QuintinWillison deleted the feature/revert-protocol-1-0 branch November 24, 2022 13:15
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.

Automatic presence re-enter after network connection is back does not work

5 participants