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

[ECO-4058] Feature/Integration protocol 2 #423

Merged
merged 62 commits into from
Jul 5, 2024

Conversation

sacOO7
Copy link
Contributor

@sacOO7 sacOO7 commented Jul 3, 2024

Fixed #378

sacOO7 added 30 commits June 2, 2024 19:30
1. Set channelSerial when message, presencemessage or attached received
2. Send channelSerial while sending channel attach message
3. Set channelSerial to nil if channel is detached, failed or suspended
1. Retrieving value using create_recovery_key and setting msgserial, channel
serials and recover key on connection
2. Handled resume/recover success/failure in connection manager.
3. Deprecated old recovery_key method on connection
1. Added private onAttach method to presence_manager
2. Depending on the has_presence_flag, sync is marked either as started or none
3. Entering local members when onAttach is called
4. Removed client initiated sync from presence code ( as per spec )
5. Removed entering local members at the end of the sync
1. Send attach only when connection state is CONNECTED
2. Not queue attach message, instead send is immediately on connected
3. Removed use of emitter pattern while clearing attach/detach timers
1. Renamed rest auth extra_auth_headers to client_id_header with both rest/realtime specific impl
2. Added method client_id_header_sync to realtime auth
3. Annotated implementation with right spec
@github-actions github-actions bot temporarily deployed to staging/pull/423/docs July 4, 2024 18:00 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/features July 4, 2024 18:00 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/docs July 4, 2024 18:31 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/features July 4, 2024 18:31 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/docs July 5, 2024 10:19 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/features July 5, 2024 10:19 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/features July 5, 2024 11:28 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/423/docs July 5, 2024 11:28 Inactive
@sacOO7
Copy link
Contributor Author

sacOO7 commented Jul 5, 2024

Thanks for approval

@sacOO7 sacOO7 merged commit 1596829 into main Jul 5, 2024
23 checks passed
@sacOO7 sacOO7 deleted the feature/integration-protocol-2 branch July 5, 2024 15:07
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.

[ably-ruby][no-connection-serial] Implement code + tests for no-connection-serial
2 participants