Вキ
Я:
We need to unsubscribe from every subscription in app. Just keep simple contract: subscription -> unsubscription.
If we subscribe -> we have to unsubscribe. That is the rule for safe programming.
I mean it's just more simple to unsubscribe every time and not to decide whether we should do it or not.
I faced a lot of issues when app had bugs and no one had idea why? And then I realized that it was because of not unsubscribing.
So please, let's keep the culture of unsubscribing all the time, thanks.
Коллега:
What do you recommend in this case? And how are you gonna explain that fact that httpClient unsubscribes by itself?