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

Unsubscribing from Subscriptions #5

Open
dpsarrou opened this issue May 10, 2021 · 0 comments
Open

Unsubscribing from Subscriptions #5

dpsarrou opened this issue May 10, 2021 · 0 comments

Comments

@dpsarrou
Copy link

dpsarrou commented May 10, 2021

Hi folks,

Thanks for building this sdk.
I've noticed that the client does not implement unsubscribe functionality for the Subscriptions.
Do you have any ETA on when this is implemented?
Looking at the source code if one subscribes to for example the ticker for multiple markets, the memory will never be released if you don't need the events from some of the markets.

Even worse, if you later decide to read only from the ticker channels you are interested in, the operation blocks as the non-interesting channels have reached full capacity and there are no consumers..

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

No branches or pull requests

1 participant