Actor Internal Use for Framework actors

Issue #41 resolved
James Powell repo owner created an issue

A broken Actor being worked on by a User can prevent other actors running (as they are overrides of “Actor.vi”). This breaks the internal actors that implement part of the framework, like TCP communication and the Metronome. This is confusing at best.

Make an internal copy of Actor Type 2, to be the parent of these internal actors. This only needs to support Actor.vi, not ActorNR non-reentrant actors, so it can be simpler.

Comments (3)

  1. Log in to comment