You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: