stanford-oval / almond-android

The Almond Android App
Other
12 stars 8 forks source link

Allow remote requesters to stop non-communicating rules #71

Open gcampax opened 6 years ago

gcampax commented 6 years ago

@monicalam says: "A remote requester cannot tell the owner to stop a rule."

Currently, a remote requester can stop a rule that is set to return results to the requester (using return) but cannot stop other rules. We have protocol to do both, using Abort messages, we just need a way to track remote programs that are running (even if they have no local rule associated with it) and then UI for it.