pontarius / pontarius-service

GNU Affero General Public License v3.0
1 stars 2 forks source link

Avoid using STM to trigger remote actions #18

Open Philonous opened 9 years ago

Philonous commented 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:

Philonous commented 9 years ago

Should probably just do #20 for now

jonkri commented 9 years ago

The main issue here is maintainability. "Remote effects via STM sounds like a recipe for migraines." :)