<@U0BFDUP0E> Well I'm trying to build a State Mach...
# rx
v
@jw Well I'm trying to build a State Machine with Rx. So I use one Subject to hold my State , while the other one Accepts the Input, perfroms the Transition and pushes the new state to the first subject.