err....so I set the value like this `val something...
# android
p
err....so I set the value like this
val something = MessageEventBus.Instance.toObservable().subscribe()
and then when I want to kill it I call
something.unsubscribe()