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

Specify channel modes to limit the amount of unnecessary data being sent and received over Ably #62

Open
KacperKluka opened this issue Aug 27, 2021 · 0 comments
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@KacperKluka
Copy link
Contributor

KacperKluka commented Aug 27, 2021

We should specify modes of the channels (like presence_subscribe) in both Publisher and Subscriber SDKs to avoid receiving and sending unnecessary data over Ably.
For example: If a channel in the Subscriber SDK isn't used to send data but only to receive data then it should have the 'subscribe' mode.

We should also write tests that use the metadata REST API to confirm how many attached subscribers and publishers a channel has.

┆Issue is synchronized with this Jira Task by Unito

@KacperKluka KacperKluka added the bug Something isn't working. It's clear that this does need to be fixed. label Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

1 participant