Closed inamiy closed 5 years ago
Successor of #3 .
This PR will now internally use BehaviorRelay rather than Variable so that it is no longer emit .completed on its deallocation.
BehaviorRelay
Variable
.completed
Successor of #3 .
This PR will now internally use
BehaviorRelay
rather thanVariable
so that it is no longer emit.completed
on its deallocation.