moving to `val subject: BehaviorSubject<String&...
# rx
j
moving to
val subject: BehaviorSubject<String> = BehaviorSubject.createDefault(getInitialNodeId())
seems to solve the problem for now… even though it can have some side efects