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

Subscriber Worker Queue: Subscribe To Channel #587

Open
AndyTWF opened this issue Feb 22, 2023 · 1 comment
Open

Subscriber Worker Queue: Subscribe To Channel #587

AndyTWF opened this issue Feb 22, 2023 · 1 comment
Milestone

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Feb 22, 2023

Implement the following worker on the Subscriber:

  • SubscribeToChannel

This worker:

  • Is called with a user provided callback.
  • Subscribes the subscriber to channel state - by calling subscribeForChannelState on the subscriber interactor, which adds a listener on the Ably SDK for channel state changes, that when called posts UpdateChannelConnectionState work with the state change.
  • Subscribes for raw location events
  • Subscribes for enhanced location events
  • Calls the provided callback with a success result.

This work depends on:

@sync-by-unito
Copy link

sync-by-unito bot commented Feb 22, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant