Open Philonous opened 9 years ago
At the moment the connector blocks on STM and triggers an xmpp-connect when the STM state changes. This means that the code changing the STM references has possibly surprising remote effects.
This problem could go away when we switch to a FRP system
Code that has remote effects:
Should probably just do #20 for now
The main issue here is maintainability. "Remote effects via STM sounds like a recipe for migraines." :)
At the moment the connector blocks on STM and triggers an xmpp-connect when the STM state changes. This means that the code changing the STM references has possibly surprising remote effects.
This problem could go away when we switch to a FRP system
Code that has remote effects: