magmo / apps

Proof of concept applications that use the Force Move Game framework.
9 stars 5 forks source link

Processes are not removed when completed #653

Closed lalexgap closed 5 years ago

lalexgap commented 5 years ago

This is relatively minor as it doesn't cause any problems.

Currently after a protocols is completed it is not removed from the state, and neither are its adjudicator event subscriptions. It'd be nice if these were cleaned up on completion. It currently causes warnings in the console as adjudicator events are still dispatched to the completed process.