I want to assign a value to an BehaviorRelay in RxSwift - RxCocoa. But I get this error message: "Cannot assign to property: 'value' is a get-only property".
Thats my code: private var todos = BehaviorRelay<[MainToDoData]>(value: []) todos.value = todosVM.data