Hi,
For transparency, I have created this question originally as issue in GitHub because I did not realize this group existed. https://github.com/tinode/chat/issues/976
I was wondering how tinode would handle the case where a user would keep subscribing to many topics without ever leaving them.
I guess the size of "sub" in the "me" topic would become very large when queried, which could cause problems on the client side? Or is it somehow capped (such as the eldest subscriptions will be removed)?
I am wondering how to handle this corner case so at least the client does not crash.
Hi,
For transparency, I have created this question originally as issue in GitHub because I did not realize this group existed. https://github.com/tinode/chat/issues/976