I have a case where I'm using `BehaviorRelays` wit...
# rx
m
I have a case where I'm using
BehaviorRelays
with viewModel, the problem is in case of the device rotation,
ViewModel
subscribe again which cause duplicate subscription with each rotation. I know I could save a subscription with
Disposable
and dispose it if it exists, then subscribe .. but is there any other cleaner solution. Slack Conversation